How to autofill listbox columns from one table to another
-
I’m drawing 3 columns from a table called customers, into a new table called preorders. The 3 columns I am drawing on are first name, last name and email. These three columns will populate columns with the same name in the preoders table. Now, I know how to make a list box in preoders and populate with the same column in customers, and have done so for the first name column. This means that when I go into preorders, I can select the first name of my customer. My question is:
How can I get the other two columns to autofill (in preorders) with the correct details (in customers), based on the first name I pick? I can’t figure it out. Would really appreciate your help.
- The topic ‘How to autofill listbox columns from one table to another’ is closed to new replies.