Need Sample of Command Button Functions

Debased

Registered User.
Local time
Today, 04:17
Joined
Mar 11, 2004
Messages
112
I want to create a module with basic command buttons that I use on forms over and over, like Open, Close, Print, Save, etc. Can anyone point me to an example of this. I tried searching but did not come up with one.
Thanks in advance! :)
 
Debased,

If you want to use code over and over again. Many forms, reports, etc.
Then you should put it into a Public Module. Then you can call the code
from anywhere in your DB. Even queries.

Wayne
 

Users who are viewing this thread

Back
Top Bottom