onupdate - running maco

C

carolm

H

I have a form that once i have enter a date into one of the fields i would like microsoft outlook to open. I'm thinking that i might have to use a macro for this

If its possible, could someone point me in the right direction

Thanks as alway

Carol
 
S

Steve Schapel

Carol,

In a nutshell, you would use the After Update event of the Date control
on your form, to run a macro using the RunApp macro action.
 
Top