MDB converted to MDE makes VBA not work

JuniorWoodchuck24

Registered User.
Local time
Today, 11:04
Joined
Jan 13, 2010
Messages
59
I'm trying to use the tool inside Access 07 to convdert my MDB file to a MDE file. The problem I'm having is once I open the MDE file none of the VBA works. So I can't get past the login screen without the code working. Any idea what could be wrong? Is there any typical errors that usually occur that would cause this?
 
You have to have the mde file's location set as a trusted location.
 
yah it's location was set to trusted. the error occured due to something in decompiling and then recompiling the code. once that was done the code started working again.
 

Users who are viewing this thread

Back
Top Bottom