Check box (1 Viewer)

mkelly

Registered User.
Local time
Yesterday, 22:37
Joined
Apr 10, 2002
Messages
213
I have a check box on a form that is checked when a job is complete. Within the query how can I set it so that when a form is opened it only shows the records where this check box is not checked?
 

rainman89

I cant find the any key..
Local time
Yesterday, 23:37
Joined
Feb 12, 2007
Messages
3,015
The form is based on a query correct? if so then you would want

where complete=false
 

mkelly

Registered User.
Local time
Yesterday, 22:37
Joined
Apr 10, 2002
Messages
213
Thanks Rainman
 

Users who are viewing this thread

Top Bottom