C
Chris
I have a table with item number in one field and upc in
another field.
I want to update these values to another table.
Table 1
Item Number UPC
1212239 021563587852
1212239 021568525685
1212239 021599653525
Table 2
Item number UPC UPC1 UPC2
1212239 021563587852 021568525685 No data
I want to update the UPC fields in Table 2 with the
values in table one. How do I make a query that will look
at the existing values in table 2 (UPC fields) and if it
already has a value in it go to the next UPC field and so
on until it finds an empty UPC field and update it with
the value from Table 1
another field.
I want to update these values to another table.
Table 1
Item Number UPC
1212239 021563587852
1212239 021568525685
1212239 021599653525
Table 2
Item number UPC UPC1 UPC2
1212239 021563587852 021568525685 No data
I want to update the UPC fields in Table 2 with the
values in table one. How do I make a query that will look
at the existing values in table 2 (UPC fields) and if it
already has a value in it go to the next UPC field and so
on until it finds an empty UPC field and update it with
the value from Table 1