Rank: Administration
Groups: Administrators, Beta Testers Posts: 3,097 Location: Auburn, GA Thanks: 998 times Was thanked: 497 time(s) in 412 post(s)
|
CQZ and ITUZ are user-defined fields. So first of all, open the USERFIELDS log form (Forms/Log). This is a diagnostic log screen to help you deal with issues such as this.
You will see something like
CQZ:03/04/05| in the userfields field.
You can't use the REPLACE USER-DEFINED FIELD CONTENTS of tools/advanced/database commands because CQZ and ITUZ are both numeric, and it won't accept 03/04/05 as the old value. But it is still easy to do.
MAKE A BACKUP!
Go to tools/advanced/database commands. Type
USE LOG REPLACE ALL USERFIELDS WITH STRTRAN(USERFIELDS, "CQZ:03/04/05|", "") REPLACE ALL USERFIELDS WITH STRTRAN(USERFIELDS, "ITUZ:06/07/08|", "")
Tnx/73,
WN4AZY
|
1 user thanked WN4AZY for this useful post.
|
|