Please help me whith DlookUp (1 Viewer)

hmho

Registered User.
Local time
Today, 08:17
Joined
Apr 7, 2009
Messages
93
I have table (TblInventory) for inventory with these fields (RepDate, ProdName, EndingInv, QtySold, QtyRcvd) Also I have query that will give me the begining inventory for each day which is the EndingInv of the previous date so I set up this DlookUp but it is coming back blank.

BegInven=DlookUp("[EndingInv]","TblInventory","RepDate=" & [RepDate]-1)

Please help me.

Thanks

 

Users who are viewing this thread

Top Bottom