I have this query which is selecting the current days inventory. Can somoene tell me how I can write an SQL statement so it selects not just the current day but also the most recent days inventory for fields which are not entered on that date.
I have inventory locations but one might be from Mon, another might be from Tue, etc. I imagine it is the where clause needs something added to it.
WHERE ((([Inventory].[InvDate])=[Enter Date:]))
I have inventory locations but one might be from Mon, another might be from Tue, etc. I imagine it is the where clause needs something added to it.
WHERE ((([Inventory].[InvDate])=[Enter Date:]))