only create a report from a recordset if some conditions are met - see example

thydzik

Registered User.
Local time
Today, 13:05
Joined
Jun 17, 2006
Messages
27
Hi.

I have created a report from a recordset that works well. Now what I want to do is only create pages if the record meets some specific criterior in a field.

ie, say I have field called 'Colour', how would I create reports for only the records that have 'Black' as the value.

thanks
 
Have your report recordsource be based on a query with where criteria being the fields you want.
 
Banana said:
Have your report recordsource be based on a query with where criteria being the fields you want.


heh, thanks. figured it out. as you can guess I am extremely new to access. but been amazed with what you can do with it so far.
 

Users who are viewing this thread

Back
Top Bottom