Opening DB (Saved in 2010) with 2003 Form Loading Error

kshope25

Registered User.
Local time
Today, 06:58
Joined
Mar 1, 2012
Messages
29
Hi

I have designed a DB in access 2010 and it opens fine on my computer. However, when others I work with (who still have 2003) try to open the database, they get the following error: "An Error Has Occured Trying to Load The Form "Form Name" - Do You Wish to Continue".

When I click Yes, it brings up all of the VBA code in the background, but when i close all of that out, it still doensn't open.

I am by no means an access expert, so any help you can provide would be greatly appreciated.

Thanks in advance.
 
Very hard to guess what exactly might cause this, although the few things that popped in my head are,

* Missing (or) Wrong References to the VBA.
* Messed up code in the Form Load.
* Commands unavailable in 2003.
 

Users who are viewing this thread

Back
Top Bottom