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
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