can't type in unbound text field

krberube

just beyond new
Local time
Today, 16:17
Joined
Jan 14, 2005
Messages
142
happy friday to all! I may just be missing something simple here but not sure what. I have a form with an option group of radio buttons, an unbound label, and an unbound text field.
If radio button A is selected, the the label and the text field become visible. no problem with this.

when they become visible, I want to be able to enter a string into the unbound text box, and use that data to populate a query from. I know how to do this also.

No the problem: when the textbox becomes visible I can't type into it?

Any thoughts?

Thanks
Kevin
 
it is apparently due to the option group I have on the page. I recreated the form using regular radio buttons instead of the option group and all works well.
 
Just check the textbox field property. Set it to Locked = False, and Enabled = True
 

Users who are viewing this thread

Back
Top Bottom