How do I run modules?

I

ID10Terror

Hi:

I guess by me asking such a simple question automatically categorizes me as
a newbie. Okay, I have a module called modDosomething. On my main form,
frmMain (am I simple or what?) I would like a command button that will run
my module. Did I mention that I am using Access 2003? Any help, without
jokes, would really be appreciated.


Thanks
 
D

Duane Hookom

You don't "run" modules. You run Functions and Subs. Your module should have
separate Functions and Subs that can be called in other code. You can also
use functions in control source or queries etc.

Does this help or do you need more direction such as examples?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top