report to pdf

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

I am trying to get Stephen Leban's pdf modules working and get an error on

Set clsDialog = New clsCommonDialog

of "user-defined type not defined".

I am using MS Access 2003 and am guessing this may be in a reference I
haven't enabled. Any help appreciated.
Sam
 
One of two problems
1. You don't have the class module that contains the clsCommonDialog code
2. You did not name the module clsCommonDialog.

I downloaded the mdb that has the code in it and there is a clsCommonDialog
in it. The class name has to be the name of the module.
 
Back
Top