Run Macro Automatically Whenever a Query/Form/Table/etc is Run (1 Viewer)

J

josh-plus

Guest
I have to update a table by running a Macro whenever a certain table is edited.

The easiest way I can think of to do this is for whenever I open a form/query/table or any other item (basically every item) in my database is to run the Macro. Is there an easy way to globally set this up?

Thanks for the help :)
 

johndoomed

VBA idiot
Local time
Today, 00:11
Joined
Nov 4, 2004
Messages
174
Just attached the macro to the appropriate event. OnEvent, after update etc.

:)
 

Users who are viewing this thread

Top Bottom