I maintened serveral access database was created by access 2003(not too sure which version exact but surely it uses "Toolbar" instead of "Ribbon"),bascially the function of these databases are the same,the only difference is the table stores in it.
Now the software I'm using is office 365 version 2012(Build 13801.20808 Click-to-Run)
The error code while I open the database is "The expression you enetered has a function name that XXXXX can't find"(XXXXX is the form name)
After I clicked "OK" button then the Macro error comes.
Macro Name:AutoExec
Action Name:RunCode
Error Number:2425
Arguments:OpenWelcome() (Open welcome is defined in the VBA code)
Then I closed database and hold "SHIFT" key to reopen it,and I try to see what's wrong in my VBA code but when I goto "Visual Basic" under "Database Tools" got an error says "The database cannot be opened because the VBA project contained in it cannot be read.The database can be opened only if the VBA project is first deleted......"
This database was developed years ago by a German team and dismissed for quiet a long time~
Since this database was developed by German team so my system locale setup is English(United States) but this morning I tried to switch to Chinese(Simplified) and it can be opened but some charaters in VBA code can't be recognized,after switch back to English(Even German) I still got the same error message.
I tried to use another laptop(Locale setup was English) to open the same file and can be opened but I can't,but for sure my laptop is good because I could open some access files.
Can some body help me?
Much appearciated.