Office 2003 error with VBA and access

S

Santosh

We have a desktop application which is a VBA application
working with Access. Very recently we upgradede to office
2003 and our application is not behaving properly.

When ever i try to click on the menu item I get an error.
Actually on the code side, on the click event of the menu
item
i have written the code,

Set myDialog = Forms![frmmain]![CommonDialog1]

this should open save dialog box.

But currently with office 2003 when i click the save
optin I get the following error..

"An Unexpected error has occured"
Error Message: 1
Error#: 2425
Error: Application-defined or object-defined error"

Can any body please tell me why this is happening.

thanks in advance,
santosh
 
P

Perry

Have you tried to replace the commondialog as previously used
for a new one, fresh off the toolset?

Krgrds,
Perry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top