May 23, 2002 #1 cochise Technical User Joined Mar 27, 2001 Messages 171 Location US I have a table with invoicenum, invoiceamt, invoicedate I'm trying to setup a crosstab query that will give me invoice count and total sales for each month. What do I put in the criteria?
I have a table with invoicenum, invoiceamt, invoicedate I'm trying to setup a crosstab query that will give me invoice count and total sales for each month. What do I put in the criteria?
May 23, 2002 #2 LiNUxUsR Programmer Joined Feb 19, 2002 Messages 7 Location US Under any of those fields in the cretria put: count() and for the sum under invoiceamt sum() "ACCESS ADDICT" Upvote 0 Downvote
Under any of those fields in the cretria put: count() and for the sum under invoiceamt sum() "ACCESS ADDICT"