P
pcm1977
I have two tables “RGA” and “RGACOMM”. RGACOMM is a linked table that
is updated daily.
RGACOMM has the following fields:
RGANumber - Text
PartNumber - Text
RecDate - Short Date
RecQty - Text
The RGA table has the same fields plus more.
I wish to update the “RecDate” and the “RecQty” in the RGA table with
the data in the RGACOMM table based the criteria in the "RGANumber”
and “PartNumber” fields. Then automatically move to the next record
in the RGACOMM table and start the entire process over again searching
the RGA table for the matching criteria.
I would prefer to have this all done automatically with no user input.
Thank You
is updated daily.
RGACOMM has the following fields:
RGANumber - Text
PartNumber - Text
RecDate - Short Date
RecQty - Text
The RGA table has the same fields plus more.
I wish to update the “RecDate” and the “RecQty” in the RGA table with
the data in the RGACOMM table based the criteria in the "RGANumber”
and “PartNumber” fields. Then automatically move to the next record
in the RGACOMM table and start the entire process over again searching
the RGA table for the matching criteria.
I would prefer to have this all done automatically with no user input.
Thank You