Running vba code in a Mde

cright99

Registered User.
Local time
Tomorrow, 08:09
Joined
Jan 17, 2009
Messages
24
Whats the deal with Mde's? I can compile my mde fine. But it wont run any of my vba code that ive written for my database.

I know that the source code isnt displayed. But I didnt think the vba code just wouldnt run as well. What is the point of a mde if you cant run vba code?? I must be doing something wrong...
 
Nowadays everything is event driven. Just creating an MDE doesn't run your code. You have to open a form or click a button in order to fire an event to run some code.

What does your database/code look like?
 

Users who are viewing this thread

Back
Top Bottom