C
Chris
I have a table with repeated values in a column, I'd prefer not to split the
tables as updating and adding records would become a hassle in this
particular case.
Is there a way to prevent multiple appearances in a combo box?
Example.
Compound Rubber Type
#1 EPDM
#2 SBR
#3 EPDM
In a combo box that will present the "Rubber Type" column exactly as shown
above, since each compound is a primary key the combo box (i think) is
displaying the Rubber Type corresponding to the primary key. With a Text box
I can search exactly "SBR" and it will query all records that have "SBR". Is
there a way to do this with a Combo box?
Thanks
tables as updating and adding records would become a hassle in this
particular case.
Is there a way to prevent multiple appearances in a combo box?
Example.
Compound Rubber Type
#1 EPDM
#2 SBR
#3 EPDM
In a combo box that will present the "Rubber Type" column exactly as shown
above, since each compound is a primary key the combo box (i think) is
displaying the Rubber Type corresponding to the primary key. With a Text box
I can search exactly "SBR" and it will query all records that have "SBR". Is
there a way to do this with a Combo box?
Thanks