onupdate - running maco

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

Guest

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
 
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.
 
Back
Top