mkelly Registered User. Local time Today, 09:21 Joined Apr 10, 2002 Messages 213 May 28, 2009 #1 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?
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 Today, 10:21 Joined Feb 12, 2007 Messages 3,013 May 28, 2009 #2 The form is based on a query correct? if so then you would want where complete=false
mkelly Registered User. Local time Today, 09:21 Joined Apr 10, 2002 Messages 213 May 28, 2009 #3 Thanks Rainman