Ok, the problem is: I have a check box in a datasheet that does not show if the value is true or false - when the SQL (vba) is set as the record source.
The DS opens as a sub form, and within a Navigation form. The loading record source is a query. This works fine.
When I use a text box to type in search criteria (like find as you type, on change event - values passed to SQL in separate module, set a global variable, which is then set as the record source), the other fields show up fine, but not the check boxes, they are just black boxes.
Thoughts?
The DS opens as a sub form, and within a Navigation form. The loading record source is a query. This works fine.
When I use a text box to type in search criteria (like find as you type, on change event - values passed to SQL in separate module, set a global variable, which is then set as the record source), the other fields show up fine, but not the check boxes, they are just black boxes.
Thoughts?