G
Guest
I have a combo box from which the user will select a street name from a
unique list of street names.
I also have a list box that provides a list in which the street name is
included, however, the bound column of the list box is and autonumber ID
field.
What I would like to do is to be able to implement a Find and Find Next type
of interface where the user will select the street, and the first record
would be located in the list box. This will mean that I will have to somehow
locate the first record in the listbox with the street name value in the
record and somehow return the ID for that record so that I can set the focus
to that record in the list box.
I hope I have made my request clear enough.
Any help is appreciated.
Mr B
unique list of street names.
I also have a list box that provides a list in which the street name is
included, however, the bound column of the list box is and autonumber ID
field.
What I would like to do is to be able to implement a Find and Find Next type
of interface where the user will select the street, and the first record
would be located in the list box. This will mean that I will have to somehow
locate the first record in the listbox with the street name value in the
record and somehow return the ID for that record so that I can set the focus
to that record in the list box.
I hope I have made my request clear enough.
Any help is appreciated.
Mr B