Inside my query, is four listed fields; date, printer, and a Start and End meter for daily meter readings to keep track of printer impressions. I'm trying to receive a return value by subtracting a meter reading from the START field in a current row and the END meter in the previous row depending on the printer selected in the PRINTER field. This will allow me to view the impressions from the shift before. I believe I need to use a DLOOKUP formula with a WHERE criteria but I'm not sure how to create it. Any help would be appreciated.
Software/Hardware used:
ASKED:
May 12, 2009 4:24 AM
UPDATED:
May 13, 2009 1:45 PM
I would create a new VBA module and put the function in there. Then in your query, use this function where you considered using the DLookup function.