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?
 

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

Similar Threads

Standard Module Creation 10
modules and passing variables 6
Module that caculates the difference between times 1
Module 1
Module Question 7
Run a module from a button on a form 3
Running a Module 4
Run a module 0

Back
Top