combo box add fields to table

C

Cynthia

I have a form where I am using a query that links commondatalink of table1
to commondatalink of table2
On the form I have a combo box that lets the user select the commondatalink
of table1 and this fills in the commondatalink of table2 to match.
I am doing this so I can use the table2 to fill in info I do not want in
table1

Problem is when I select commondatalink on the combobox of the form it
creates multiple lines in the table with this commondatalink????

Any help appreciated.
 
Top