G
Guest
Hey,
I'm not very good with SQL and was wondering if someone can help me a bit.
I need a few queries to select from the tblInventory and do the following:
one query to give me the sum of the fields invAdjusted, invRegUsage, and
invWaste but for a date range. The date field is in InvDate.
Another one needs to get the same info but retrieve it from a particular
month...
where month(InvDate) = 1 does not seem to work for me as criteria...
Any help here would be great...
Ernst.
I'm not very good with SQL and was wondering if someone can help me a bit.
I need a few queries to select from the tblInventory and do the following:
one query to give me the sum of the fields invAdjusted, invRegUsage, and
invWaste but for a date range. The date field is in InvDate.
Another one needs to get the same info but retrieve it from a particular
month...
where month(InvDate) = 1 does not seem to work for me as criteria...
Any help here would be great...
Ernst.