How do I run modules?

  • Thread starter Thread starter ID10Terror
  • Start date Start date
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
 
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?
 
Back
Top