I've created a form that allows the user to put in a date range, a range is ages and a series of check boxes that are diagnoses of subject in the source table. I've created a query with the appropriate fields and are using the values of the controls on the form as slection criteria. Here's an example of the code to obtain the value of one of the checkboxes:
[forms]![frmQBF]![cbxPDDNOS].[value]
My problem is that when I open the query, I initally get no results. If I start deleting fields that use the checkboxes values the query will start displaying the appropriate results.
Any ideas of what's going on will be greatly appreciated.
Thanks, Kopy
[forms]![frmQBF]![cbxPDDNOS].[value]
My problem is that when I open the query, I initally get no results. If I start deleting fields that use the checkboxes values the query will start displaying the appropriate results.
Any ideas of what's going on will be greatly appreciated.
Thanks, Kopy