Frustrated with Toggle and Check Box

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi,

I would need your help . I am trying to figure it out how to select toggle
button and check box before running a report.

example:

FrameA
*******
Toggle1 - All Countries
Toggle2 - States
Toggle3 - Cities

FrameB
*******
Checkbox1 - All items
Checkbox2 - Select one items

ComboBox1 - Select Country Name
ComboBox2 - Select State Name
ComboBox3 - Select City Name

When I create the code and it works for one area and get popup for date
range but not all Toggles, Checkbox and ComboBox work properly.

I'm trying to make it work like for selecting one of toggles, one of
checkboxes and select all three combox or two of three combox or one of
three combox or leave it blank.

Please help me and your help would be much appreciated.
Thanks
 
Bill,

I understand that you want Toggle1, Toggle2 and Toggle 3 to be mutually
exclusive, meaning, if you select one, the others are deselected. But I'm
not clear on what you want for the rest. Can you be a bit more specific?

In detail, what do you want to happen when each of the toggle buttons are
clicked?

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html
 
Back
Top