HELP: How do I code a button I created?

S

sam

Hi All,

I have created "Accept" and "Reject" Buttons in Outlook form, How do I code
a logic for that buttons? I want to write a logit for "Accept_Click" event
but I am not able to get to the vb editor when I double click the "Accept"
Button in design mode.

Hope I made it clear.

Thanks in advance.
 
S

Sue Mosher [MVP]

Use the View Code command to display the form's script (not VB) window.
 
Top