Invoking Wizard from VBA
I would like to invoke the Access Query and Report Wizard from VBA (Access 2002).
I've tried the following commands, suggested in "The Access Web":
Application.Run "acwztool_frui_Entry", "queryname", acQuery
Application.Run "acwztool_frui_Entry", "tablename", acTable
Both result in the error "frui_frmMain" cannot be found. If I created
a from "fruui_frmMain", that form is displayed by each of the above commands. What am I doing wrong?
Thanks.
|