Confused about displaying certain records

MsDYJ

Registered User.
Local time
Today, 12:17
Joined
Jul 29, 2009
Messages
14
I'm making a form with multiple items, but I only want certain records to populate it.
How would I tell access that I only want to see incomplete projects, in other words, if the completion field associated with each project ID is not checked, show it on this form.

Would I need to use any code to accomplish this?

Thanks
 
Set the criteria for the query that is used to show your record source to what you want to display. In your case, [completion field] = no
 

Users who are viewing this thread

Back
Top Bottom