G
Guest
I'm using Access 2003. I'm looking for an advice.
I have a table (tblTable1) with two fields :
Name
Phone Number
AAAAA 12345
BBBBBB 36549
CCCC 12345
DDDDD 56987
....
Names are unique and but phone number are not.
User should be able to select the appropriate row from tblTable1 thru
combox box based on the Name or on the Phone number.
For this, I have two combox on the form. The Row Source from the first combo
box is a query to display the username followed by the phone number from
TblTable1. And the Row Source of the second combo si a query that display the
same information as before, but the first column is the phone number followed
by the user name. So, the user can select the row etiher by the name or the
phone selecting approproate combox box.
I'm not sure that this is the best option. is Combox boxes the best option ?
How can I synchronise both combo box ? what would be the best option to let
users select the appropriate row in a fast way ? I want to avoid to have
"Search" button command.
I have a table (tblTable1) with two fields :
Name
Phone Number
AAAAA 12345
BBBBBB 36549
CCCC 12345
DDDDD 56987
....
Names are unique and but phone number are not.
User should be able to select the appropriate row from tblTable1 thru
combox box based on the Name or on the Phone number.
For this, I have two combox on the form. The Row Source from the first combo
box is a query to display the username followed by the phone number from
TblTable1. And the Row Source of the second combo si a query that display the
same information as before, but the first column is the phone number followed
by the user name. So, the user can select the row etiher by the name or the
phone selecting approproate combox box.
I'm not sure that this is the best option. is Combox boxes the best option ?
How can I synchronise both combo box ? what would be the best option to let
users select the appropriate row in a fast way ? I want to avoid to have
"Search" button command.