Launch wizard from code: frui_frmMain does not exist

L

Lee Schipper

Access 2002

I am trying to launch the report designer from code with the following
command:
Application.Run "acwztool.frui_Entry", "Contacts", acReport

When I try this, I get the error:
The form name 'frui_frmMain' is misspelled or refers to a form that does
not exist

Anyone know how to resolve this error?

(*) I have made sure that the standard and additional wizards are installed.
(*) I have added both acwzmain and acwztool to my references list.
(*) The report wizard runs fine when I launch it manually by creating a
report from the database window.
(*) Other wizards in the same library run OK when I launch them with
Application.Run (e.g. the Add-in Manager and the Linked Table Manager:
acwztool.wm_Entry and acwztool.att_Entry)

TIA!
Lee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top