Events instances

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you have more than one sub attached to an event?

Explaining: I already have a subroutine on my Before_Update() event. I
just found a piece of code I would like to incorporate into my database, but
it's setup to run under the Before_Update event as well. So how do I do that?

Thanks in advance for your time :)
 
Hi,
You just add that code to the existing code already in the event.
 

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

Back
Top