There is a listbox on my form whose row source is a query.
The source of the query is a table where the display control for a Yes/No field is a checkbox.
The datasheet view of the query results, displays this Yes/No field as a checkbox. The listbox displays this Yes/No field as the text “Yes” or “No”.
How can I display the field as a checkbox in the listbox?