OpenReport Method

tico78

Registered User.
Local time
Today, 07:45
Joined
Mar 10, 2003
Messages
14
what is the OpenReport Method?? I need to know in order to create reports for each client individualy
 
It is a method of the DoCmd object. It looks like:

DoCmd.OpenReport("Report Name", Style, Criteria)

Look it up in Access help to get all the correct parameters.
 

Users who are viewing this thread

Back
Top Bottom