[Access Newbie] Question about realizing a report!

Schorsch

Registered User.
Local time
Today, 17:19
Joined
Jun 20, 2002
Messages
42
Hi folks,

ok, here my original situtation:

I have a table Main, this table contains i.a. Project_Name (text), V10 (yes/now), V20 (yes/now), V30 (yes/now).

so here my question, in a report, how can I just show the Projects which have a check for example at V30 ?

please give a detailed instruction, I'm still a bloody Access Newbie :(

Thank you in advance!! :)

regards,
Schorsch
 
Use the query builder to build a query. Select all the columns you need for the report. In the Criteria line of the V30 column put:

True

Use the query as the recordsource for the report.
 

Users who are viewing this thread

Back
Top Bottom