S
SurveyorinVA via AccessMonster.com
Good morning....
I have a form with one text box and several labels. To help make the form
user friendly I have added several buttons that act as tab controls. When I
click button 1, all the labels become visible and the text box become visible
= false. When I click button 2, all the labels become visible = false and
the text box becomes visible. The user has the ability to enter data into
this text box and save it. At this point, the user has the ability to click
button 1 again, which as mentioned makes all the labels visible and the text
box becomes visible = false.
However at this point I get an error message because the text box has focus
and can not become visible = false until another control has focus. I have
no other controls on the form. Is there a way to make the text box loose
focus without setting focus on another control?
Any help in this would be greatly appreciated.
thanks,
Chris
I have a form with one text box and several labels. To help make the form
user friendly I have added several buttons that act as tab controls. When I
click button 1, all the labels become visible and the text box become visible
= false. When I click button 2, all the labels become visible = false and
the text box becomes visible. The user has the ability to enter data into
this text box and save it. At this point, the user has the ability to click
button 1 again, which as mentioned makes all the labels visible and the text
box becomes visible = false.
However at this point I get an error message because the text box has focus
and can not become visible = false until another control has focus. I have
no other controls on the form. Is there a way to make the text box loose
focus without setting focus on another control?
Any help in this would be greatly appreciated.
thanks,
Chris