Hello -
I have a student registration database which has the following fields (among other fields) in a table:
LastName (text)
FirstName (text)
BirthCertificate (check box - checked if Yes)
Physical (check box - checked if Yes)
ProofOfResidency (check box - checked if Yes)
Registration (check box - checked if Yes)
From a form I want the user to click a button which will run a query and display the results (only the fields listed above) in datasheet view so the user can then check off items turned in.
I have a select query to display LastName, FirstName, BirthCert (is null), Physical (is null), ProofOfResidency (is null), Registration (is null) but I don't get any results which I belive is because all check boxes must be blank. I want the records if any of those fields are blank.
Thanks for the help!
I have a student registration database which has the following fields (among other fields) in a table:
LastName (text)
FirstName (text)
BirthCertificate (check box - checked if Yes)
Physical (check box - checked if Yes)
ProofOfResidency (check box - checked if Yes)
Registration (check box - checked if Yes)
From a form I want the user to click a button which will run a query and display the results (only the fields listed above) in datasheet view so the user can then check off items turned in.
I have a select query to display LastName, FirstName, BirthCert (is null), Physical (is null), ProofOfResidency (is null), Registration (is null) but I don't get any results which I belive is because all check boxes must be blank. I want the records if any of those fields are blank.
Thanks for the help!