Here are the fields for my query [ID], [ShiftNumber], [SalesDate], [ProdSerial] and [ProdEndTag]. I'm trying to find how to run query that will give me ProdSerial that was entered in the previous shift but not current shift in the same Date. Shift numbers are 1-5 and there are about 5 shifts each day, and for example if the second shift entered five items and the third shift enters 4 items I would like to see all items that has entry in the second shift but no entry in the third shift. I was thinking query with parameter, but I'm not sure if that is right way to tackle it.
Thanks
Thanks