Hello All,
I am trying to create a search box on a form so that when something is searched and selected it auto populates textboxes on the form.
For instance:
I have a table called contacts, it houses data on contact name, work department, phone numbers etc. I have a form that allows the user to view the contact data, but how would I implement a search control so the user can search for something and it pulls the data from the table and plugs it in to the form fields.
I have tried using a combo box, but all I can get it to do is simply display values.
Thanks in advance,
Regards
LJ