Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a way to fill in a memo box with an option group button

Status
Not open for further replies.

ciskris

Programmer
Jun 22, 2001
13
0
0
US
Is there a way to select an option group button or checkbox and have a memo box pop-up to fill in with text? I have a user that has questions on a form. Each question can be answered with choosing from 4 choices and the last choice is Other and needs to be specified. Please let me know if there is a way to do this or if I need to do this a completely different way. Thanks in advance for any help.
 
Hi

My suggestion :

in the CLICK event of the FRAME object you should verify witch option button is selected (FRAME.VALUE) then
you should use the INPUTBOX to let your user write text.

Hope it's of some help to you.
Salvatore Grassagliata
GrassagliataS@hotmail.com
 
I will try that. Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top