A simple query question (for someone else).
I have an option box on a form with three choices. The query I have written takes the numerical option box value and uses it to filter values. The first two choices are specific, but for the third one I want the query to return all the values in the table. The option group doesn't let me have a "Null" value - how do I code for the query to get it from the numeric value in the option group?
i.e.
[forms]![frmAssociateDesignRequirementsWithDocuments]![optSelectDesignDocumentType]
as the query criteria.
Thanks!
Chris
I have an option box on a form with three choices. The query I have written takes the numerical option box value and uses it to filter values. The first two choices are specific, but for the third one I want the query to return all the values in the table. The option group doesn't let me have a "Null" value - how do I code for the query to get it from the numeric value in the option group?
i.e.
[forms]![frmAssociateDesignRequirementsWithDocuments]![optSelectDesignDocumentType]
as the query criteria.
Thanks!
Chris