Run report wizard from code

P

P. McDermott-Wells

I am trying to launch the Reports Wizard from code. The only info I can find
to do this is to use this code:
Application.Run "acwztool.frui_entry","Tablename",acReport

Invoking this gives a missing form name error for "frui_frmMain". I created
a blank form with that name, and it comes up blank. It does not start the
reports wizard.

acwztool is set as a reference in my code module. I am able to use the
acwzmain function (such as starting the Crosstab query), but not the acwztool
function.

Can anyone help?
 
Top