Hello,
I want to merge 2 tables to simplify a database.
I wish to add into the first table some text from the 2nd table where an ID matches. But I don't want to append new rows or columns I wish to add the text into an existing text box on the record.
e.g>
Table 1
ID Name
1 Jon
Table 2
ID Surname
1 Lock
goes to
Table 1
ID Name
1 Jon Lock
Is this possible?
Thanks in advance. Jon
I want to merge 2 tables to simplify a database.
I wish to add into the first table some text from the 2nd table where an ID matches. But I don't want to append new rows or columns I wish to add the text into an existing text box on the record.
e.g>
Table 1
ID Name
1 Jon
Table 2
ID Surname
1 Lock
goes to
Table 1
ID Name
1 Jon Lock
Is this possible?
Thanks in advance. Jon