B
Bird Byte
After installing Office SP3 a Yes/No column in a listbox shows -1 or 0.
The field properties set in the table are: data type is Yes/No; format is
Yes/No; Lookup Display control is a check box.
The list box properties are: Row Source Type Table/Query; Row Source is a
select statement >> SELECT Table1.Field1, Table1.Field2, Table1.Field3,
Table1.Field4, Table1.Field5 FROM Table1 WHERE (((Table1.Field4)='" &
Me.txtField4 & "')) ORDER BY Table1.Field1, Table1.Field2;
Field3 is the field not displaying properly.
The field properties set in the table are: data type is Yes/No; format is
Yes/No; Lookup Display control is a check box.
The list box properties are: Row Source Type Table/Query; Row Source is a
select statement >> SELECT Table1.Field1, Table1.Field2, Table1.Field3,
Table1.Field4, Table1.Field5 FROM Table1 WHERE (((Table1.Field4)='" &
Me.txtField4 & "')) ORDER BY Table1.Field1, Table1.Field2;
Field3 is the field not displaying properly.