I got this to work...but now trying to update the old table with historical data. I built an Update query...but I am getting blank fields returned? Any ideas from this??
BTW, sorry you have been sick.
UPDATE MASTER INNER JOIN QC_IN ON (MASTER.LotNumber = QC_IN.LotNumber) AND (MASTER.PartNumber = QC_IN.PartNumber) AND (MASTER.OrderNumber = QC_IN.OrderNumber) SET MASTER.Start = [QC_IN]![START];
I need to push the start into the Master table from QC_IN
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.