Filtering a report?

pokerace

Registered User.
Local time
Yesterday, 22:57
Joined
May 13, 2008
Messages
31
I have created a report that shows the Client.Name and the Client.Status. I want the report to show only names who have one of the following selected for their status: FirstYear, SecondYear, or Orientation.

Do I need to enter vb code to make this happen? Where on the form do I enter it?
 
No code required; you would include a criteria in the query the report is based on. In design view, put those 3 values on 3 separate lines under the Status field.
 

Users who are viewing this thread

Back
Top Bottom