Query to get data automatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I got a table with name and several data of a company.
And I need to make a query to insert the company name and data and then
another information.
How can I make the query so that when I select the company's name from a
combo box, he inserts automatically the other data, like address, phones, etc.

Thanks in advance.
 
That sounds like you are repeating the company data in 2 separate tables. Is
this the case?
 
What you would typically do is store the Company ID as selected in the
combobox in table2.
 
Back
Top