S
Santosh
Hi,
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
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
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
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