Does anyone know if you can search on a concentation of a combox.
I have a database with Customer Names and thier Companies and I want one combo box to have both of the fields so maybe I can do this in the query...
EXP: [NAME] & " " & [COMPANY]
I want to be able to start typing in my combo box and the autoexpand will find not only the NAME but the COMPANY aswell. For intance... if I have a customers name "JOHN SMITH" and another customers company called "JOHNSON PLUMBING" I want the combo box to find both of the records when I start typing becuase they both begin with JOHN.
Thanks if anyone can help me.
Emma
I have a database with Customer Names and thier Companies and I want one combo box to have both of the fields so maybe I can do this in the query...
EXP: [NAME] & " " & [COMPANY]
I want to be able to start typing in my combo box and the autoexpand will find not only the NAME but the COMPANY aswell. For intance... if I have a customers name "JOHN SMITH" and another customers company called "JOHNSON PLUMBING" I want the combo box to find both of the records when I start typing becuase they both begin with JOHN.
Thanks if anyone can help me.
Emma