I am tracking traffic accidents using a form and several combo boxes, here is my current method:
I have a table with all streets in the city listed, however, some not only have a proper name but they also have a county number and/or state number, which means a police officer might use any of them, I need the street name only for charting purposes:
Table Example:
Proper Name: County No. State Road
Bull Street 1-173 I-277
Using the combobox they start typing "Bu" and Bull Street appears, what I would like to know is there a way to type "1-173" or "I-277" from one combobox and the Street Name fills in the box.
My current system is I have an unbound text box and three adjacent combo boxes if you select State Road and so on the Street Name is filled in. This system is fine, except I have to do this for Collision Street, Base Street and Toward Street, so I have nine combo boxes and 3 unbound text boxes, if possible I would like to have 3 combo boxes.
Thanks,
Sonny
I have a table with all streets in the city listed, however, some not only have a proper name but they also have a county number and/or state number, which means a police officer might use any of them, I need the street name only for charting purposes:
Table Example:
Proper Name: County No. State Road
Bull Street 1-173 I-277
Using the combobox they start typing "Bu" and Bull Street appears, what I would like to know is there a way to type "1-173" or "I-277" from one combobox and the Street Name fills in the box.
My current system is I have an unbound text box and three adjacent combo boxes if you select State Road and so on the Street Name is filled in. This system is fine, except I have to do this for Collision Street, Base Street and Toward Street, so I have nine combo boxes and 3 unbound text boxes, if possible I would like to have 3 combo boxes.
Thanks,
Sonny