G
Guest
We have a listbox with several columns that populate when the form loads. One
column has a yes/no data type and it gets its value from a check box. The
list has always read "Yes" or "No", but now it's listing the -1 or the 0. I
changed the field's format from true/false to yes/no, but that had no effect.
I also tried formatting the row source using "Iif" (ColumnName: iif([Field],
"Yes", "No"), but that had no effect.
The data sits on a 2000 Server, the clients have XP w/Office 2003. The
machines were put in production 5 months ago with no problems. The old
machines were 2K Pro with Office 2K.
Thanks very much for any ideas/help.
column has a yes/no data type and it gets its value from a check box. The
list has always read "Yes" or "No", but now it's listing the -1 or the 0. I
changed the field's format from true/false to yes/no, but that had no effect.
I also tried formatting the row source using "Iif" (ColumnName: iif([Field],
"Yes", "No"), but that had no effect.
The data sits on a 2000 Server, the clients have XP w/Office 2003. The
machines were put in production 5 months ago with no problems. The old
machines were 2K Pro with Office 2K.
Thanks very much for any ideas/help.