QueryForm

P

pjy

I have created a form based on a query I have used criteria to determine what
user's info is required and also I want to filter certain records with a yes
no box. I have put in criteria that I want to display only records with the
box not ticked (NO) but when I try to call up a user wuth this box unticked I
get a blank form...please help?
 
C

CurtainMary

Don't forget a 'tick' box on a form has three states: Yes, No and Not
Applicable. Also is better to specify 'True' and 'False' in the criteria of
the Query.
CurtainMary
 
Top