Public dbadd As Database
On that line I get an error 'user-defined type not defined'. My program worked fine before, However, my VBP got corupt to I just imported all my forms into a new VBP and now I get this message.
Any ideas?
Thanks,
Steve
Printable View
Public dbadd As Database
On that line I get an error 'user-defined type not defined'. My program worked fine before, However, my VBP got corupt to I just imported all my forms into a new VBP and now I get this message.
Any ideas?
Thanks,
Steve
You imported the forms but that doesn't import the previous reference settings. Need to check the DAO project reference.
that's it....thanks for the help