I have a table that a field named IM_Barcode_Digits that has *master* date in it.
I have another table that has transactional data in it that is fed by a scanner (can be multiple scans per ID). What I would like to do is update the scan date in the master table with the information from the transactional table with the most recent scan. The transactional table has the same field named IMB_Tracking_Code to match on and another field called Scan_Date among several other fields.
I assume the best way to do this would be with a correlated sub query? If so, could I have some assistance? I do not have much experience is Access.
Thanks.
Swi
I have another table that has transactional data in it that is fed by a scanner (can be multiple scans per ID). What I would like to do is update the scan date in the master table with the information from the transactional table with the most recent scan. The transactional table has the same field named IMB_Tracking_Code to match on and another field called Scan_Date among several other fields.
I assume the best way to do this would be with a correlated sub query? If so, could I have some assistance? I do not have much experience is Access.
Thanks.
Swi