View Single Post
  #1  
Old March 8th 07, 12:19 PM posted to microsoft.public.outlook.program_forms
Janelle
external usenet poster
 
Posts: 8
Default Forms - Edit Compose Page vrs Edit Read Page

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 = "
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
Ads