macro to run every hour

A

Alec Green

Hi

Is it possible to put a timer in a macro to run action queries? for example
the macro to run every hour?

Regards

Alec
 
T

tina

Timer is a form event, not a macro or VBA action. you can call a macro from
a form's Timer event.

hth
 
Top