D
David
Here is a bit of a head scratcher...
I have a combo box whose data source is an SQL statement I build in code.
Part of the SQL statement uses the Format function to make the data in the
list Yes or No. The Syntax of the data source is:
SELECT Format([fieldname], "Yes/No") FROM table GROUP BY [fieldname]
When I select the drop down, the data shows up as expected (Yes or No).
When I make a selection, the data reverts to -1 or 0.
Any ideas how I can keep the selection to be what I selected? (Yes or No)??
Thanks.
I have a combo box whose data source is an SQL statement I build in code.
Part of the SQL statement uses the Format function to make the data in the
list Yes or No. The Syntax of the data source is:
SELECT Format([fieldname], "Yes/No") FROM table GROUP BY [fieldname]
When I select the drop down, the data shows up as expected (Yes or No).
When I make a selection, the data reverts to -1 or 0.
Any ideas how I can keep the selection to be what I selected? (Yes or No)??
Thanks.