A
Avid Reader
Hi all, I have a situation where I'm trying to combine data from a table and
have it update a field in another table.
Here's what I'm trying to do: In table 1 have a field called UPC# in column
a, ITEM in column b, DESC in column c. In table 2 I have the same fields
except for UPC#, what I need is to populate UPC# into table2.iglno where
the table2.iglno is null. There are over a thousand fields that need to be
populated into table 2. So basically what I'm trying to do is import table 1
UPC# field into table 2's field without overwriting any data that might be
in that field and not using any data from UPC# twice.
Please any help would be appreciated.
Thanks
have it update a field in another table.
Here's what I'm trying to do: In table 1 have a field called UPC# in column
a, ITEM in column b, DESC in column c. In table 2 I have the same fields
except for UPC#, what I need is to populate UPC# into table2.iglno where
the table2.iglno is null. There are over a thousand fields that need to be
populated into table 2. So basically what I'm trying to do is import table 1
UPC# field into table 2's field without overwriting any data that might be
in that field and not using any data from UPC# twice.
Please any help would be appreciated.
Thanks