I am using the following code to run the report wizard:
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.
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.