J
Janelle
I've created an internal survey form (radio buttons and comments text field)
and I would like to have a command button that sends the form back to the
sender (me). In the design the form area I've put the same content in both
the edit compose page and edit read page and basic code
Sub CommandButton1_Click()
item.to = "(e-mail address removed)"
item.send
End sub
and it works in the compose page but not in the edit read page which is what
people will see first and I would like them to respond from. SO the person
should click on the new email and beable to click on a submit button that
returns the form to me.
Any help would be great
thanks
-J
and I would like to have a command button that sends the form back to the
sender (me). In the design the form area I've put the same content in both
the edit compose page and edit read page and basic code
Sub CommandButton1_Click()
item.to = "(e-mail address removed)"
item.send
End sub
and it works in the compose page but not in the edit read page which is what
people will see first and I would like them to respond from. SO the person
should click on the new email and beable to click on a submit button that
returns the form to me.
Any help would be great
thanks
-J