Hey everyone,
So my assignment is to create a query that generates the Revenue by Month for 2001 and 2002.
I'm very new to Access, but what I tried to enter was:
In one field, I put: Expr1: Format([order_date],"mmmm yyyy")
With the criteria set to >#12/31/2000# AND <#01/01/2003
The second field I put: Expr2:[line_item_price]*[line_item_quantity]
And put "Sum" as the total.
I'm pretty sure the Expression 2 is correct, but when I run the query nothing shows up. So I'm assuming something is wrong with Expression 1? Any suggestions? Or if you have a better way for me to generate revenue by month, let me know!
Thanks very much!