Report Wizard

Joshann

Registered User.
Local time
Today, 08:18
Joined
Mar 22, 2002
Messages
142
I am using the following code to run the report wizard:

Code:
DoCmd.RunCommand acCmdNewObjectReport

This opens the wizard, and then the user has to select which wizard should be used and then select the table or query. Is there any way to specify in the code which wizard should be used and also specify the table? That way, the user doesn't have to specify the wizard or the table.

I am using Access 2002.
 

Users who are viewing this thread

Back
Top Bottom