I have a table that has four fields (plus others not relevant to this discussion):
-region
-area
-road
-activity
I want to create a form that is filtered for a specific road. I can create a form with a combo box "choose from this list" and a button to open the filtered form.
Rather than users wading through a list of hundreds, I thought it would be easier to create a separate combo box for each of the fields; that is, the user chooses one of the four regions, which filters the area combo box; they choose the area, which filters the road list; they choose the road, which filters the activity list.
Is it possible to write this without separate queries to attach to each combo box?
-region
-area
-road
-activity
I want to create a form that is filtered for a specific road. I can create a form with a combo box "choose from this list" and a button to open the filtered form.
Rather than users wading through a list of hundreds, I thought it would be easier to create a separate combo box for each of the fields; that is, the user chooses one of the four regions, which filters the area combo box; they choose the area, which filters the road list; they choose the road, which filters the activity list.
Is it possible to write this without separate queries to attach to each combo box?