tabs or option buttons what's the dif?

  • Thread starter Thread starter Neal Tipton
  • Start date Start date
N

Neal Tipton

What is the difference between using toggle buttons in an option group and
tab pages formatted as buttons?

Also, in one form I am trying to get to work, I use three option groups
(with toggle buttons) to supply criteria to a query that is the data source
to a subform. Everything worked fine until I added a text box to the form
(which is bound to another table) and wrote a click event procedure for one
of the option groups to set the control source property of the text box.
Now nothiing works properly; the buttons for the option group with the
procedure don't stay pushed in, one of the other two option groups refuses
to change until you change the third option group. It's a mess and I'm am
really perplexed.

Thanks for your help,
Neal
 
Neal Tipton said:
What is the difference between using toggle buttons in an option group and
tab pages formatted as buttons?

Also, in one form I am trying to get to work, I use three option groups
(with toggle buttons) to supply criteria to a query that is the data source
to a subform. Everything worked fine until I added a text box to the form
(which is bound to another table) and wrote a click event procedure for one
of the option groups to set the control source property of the text box.
Now nothiing works properly; the buttons for the option group with the
procedure don't stay pushed in, one of the other two option groups refuses
to change until you change the third option group. It's a mess and I'm am
really perplexed.

Neal,

would you please post the code of the incriminated click event?

Best regards
Emilia

Emilia Maxim
PC-SoftwareService, Stuttgart
http://www.maxim-software-service.de
 
Back
Top