Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Create "Layered" Variable Limits?

Status
Not open for further replies.

marcmoore

Programmer
Dec 16, 2002
1
US
Let's say that I have 2 variable "show values" limits in my query that go against a State table and a County table, respectively. How do I limit selection from the database for the County limit to those counties in the State selected by the user?
 
This will work when State limit is to the left of the County limit in the same query.
1. Set the State limit from the State list box.
2. Repopulate the County list box.

hth,

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top