T
TeeSee
Using Access 2003
First attemt at understanding option groups and have searched this
GROUP but can't seem to come up with an answer.
I have used the wizard to create a group of two option buttons Button1
and Button2. Behind each button I have very basic programming when
Button1 is true one text box is hidden and when Button2 is true a
second text box is hidden. The buttons function properly bu I believe
there are two issues.
1) Sometimes the small form would load with one or other of the text
boxes already hidden which meant that I'd have to manipulate the
buttons to get where I wanted. Solved that by adding code OnLoad both
text boxes visible.
2) Having done that, now when the form loads and everything is visible
the buttons are not in a ready state to make a single choice. One
button is true and the other false and I have again to activate the
buttons a couple of times to get the layout I want.
My access inside out text does not offer too much insight as to how to
program these buttons.
Any assistance would be appreciated. Thanks
First attemt at understanding option groups and have searched this
GROUP but can't seem to come up with an answer.
I have used the wizard to create a group of two option buttons Button1
and Button2. Behind each button I have very basic programming when
Button1 is true one text box is hidden and when Button2 is true a
second text box is hidden. The buttons function properly bu I believe
there are two issues.
1) Sometimes the small form would load with one or other of the text
boxes already hidden which meant that I'd have to manipulate the
buttons to get where I wanted. Solved that by adding code OnLoad both
text boxes visible.
2) Having done that, now when the form loads and everything is visible
the buttons are not in a ready state to make a single choice. One
button is true and the other false and I have again to activate the
buttons a couple of times to get the layout I want.
My access inside out text does not offer too much insight as to how to
program these buttons.
Any assistance would be appreciated. Thanks