I have a form that has two combo boxes. The user selects a street intersection with them. Whenever the user chooses the primary street from the drop-down list, the secondary street combo box becomes enabled and it's drop down lists displays only cross streets of the previously selected Primary Street.
Say you have two (or more intersections)
Cantrell & Mississippi
Cantrell & Kavanaugh
etc.
Where Cantrell is the Primary Street in both intersections. Now, whenever the user chooses the Primary Street combo box, "Cantrell" appears twice because it is listed twice in the table field from which the query (the one that controls the combo box) gets it.
How do I keep this from happening? That is, if Cantrell is the Primary Street for more than one intersection, how do I get it to appear only once in the Primary Street Combo Box?
Any help will be returned with heaps of cash...Or maybe just a warm thank you.
Say you have two (or more intersections)
Cantrell & Mississippi
Cantrell & Kavanaugh
etc.
Where Cantrell is the Primary Street in both intersections. Now, whenever the user chooses the Primary Street combo box, "Cantrell" appears twice because it is listed twice in the table field from which the query (the one that controls the combo box) gets it.
How do I keep this from happening? That is, if Cantrell is the Primary Street for more than one intersection, how do I get it to appear only once in the Primary Street Combo Box?
Any help will be returned with heaps of cash...Or maybe just a warm thank you.