Guest_imported
New member
- Jan 1, 1970
- 0
How can I update Table1, which has a primary key called PART and ten additional, identical text fields for storing codes, using a second table, "Table2" which has an indexed field called PART and one text field containing a single code?
example "Table2" contains multiple records:
1. 123456 ABC,
2. 123456 DEF,
3. 123456 GHI, etc.
I'd like to update "Table1" record 123456 as follows:
123456 ABC DEF GHI ...
example "Table2" contains multiple records:
1. 123456 ABC,
2. 123456 DEF,
3. 123456 GHI, etc.
I'd like to update "Table1" record 123456 as follows:
123456 ABC DEF GHI ...