Optionbutton selection makes subject

  • Thread starter Thread starter Surf dude
  • Start date Start date
S

Surf dude

Hi,

I'm a newbie. I want to make a simple form which offers a user a frame
which contains three optionbuttons. The name of the selected
optionbutton should be the subject of the message sent to me (default
adressee).

How can I set the subject based on the selection made?
 
Right-click the first option button, choose Properties, and go to the Value
tab. Click Choose Field and from the fields list, pick Subject. Still on the
Value tab, in the Value box, type in the value that you want the Subject
property to have if the user selects that option button. Click OK.

Repeat for the other 2 option buttons, but use different text in the Value
box each time.

What you've done is "bind" the option buttons to the Subject field. See
http://www.outlookcode.com/d/formcontrols.htm for more information on
working with option buttons.
 
Back
Top