Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to open the wizard reports

Status
Not open for further replies.

BigBud

Programmer
Mar 25, 2003
10
0
0
BE
Hi,

I have a button on my form that has to open the wizard from Access itself for creating reports.

I have the following code but it gives me a type mismatch error:

Private Sub cmdRapportMaken_Click()

Application.Run "acwztool.frui_entry", "tblFamilie&Kennissen", "acReport"

End Sub

Does anyone has the solution please or a different way to open such a wizard?
 
I have found the type mismatch solution. I had to remove the quotes from acReport.

Now I get this dialogbox: "The form name 'frui_frmMain' is misspelled or refers to a form that doesn't exist."


Someone a solution?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top