Hi -
I've created a form to manage the passing of paramaters onto a report. I've got three comboboxes on the form:
Customer #
Sector (Enterprise, Public or Carrier)
Region (Cities)
These comboboxes are tied to tables and then selections are then passed into the query as paramaters. Also, I've set it up so if the user chooses a customer and they only have service in City A, then only City A appears in the Region combobox; however, if a user changes their mind and selects another Customer, the old region is still listed (even though they don't have service in that city, therefore when you run the report it is blank). I'd like it so if after you make any changes (select a customer, then go back and change it) that the other two comboboxes are reset back to being blank. Forcing the user to make their choice again.
How would I go about doing this?
Thanks.
I've created a form to manage the passing of paramaters onto a report. I've got three comboboxes on the form:
Customer #
Sector (Enterprise, Public or Carrier)
Region (Cities)
These comboboxes are tied to tables and then selections are then passed into the query as paramaters. Also, I've set it up so if the user chooses a customer and they only have service in City A, then only City A appears in the Region combobox; however, if a user changes their mind and selects another Customer, the old region is still listed (even though they don't have service in that city, therefore when you run the report it is blank). I'd like it so if after you make any changes (select a customer, then go back and change it) that the other two comboboxes are reset back to being blank. Forcing the user to make their choice again.
How would I go about doing this?
Thanks.