Ive been trying to get this and my brain is just frozen.
I have a query which gives me values of my table:
Name | DateofEvent | Expr1
Joe 3/15/2003 $1000
Rich 5/15/2003 $2000
How do I get this query to give me the total of all records?
ie.
Count = 2 $3000
Expr1 = Nz([MUSIC])+Nz([PROPS])
Ive been trying to get it to SUM(Expr1), but I must be doing something wrong.
Thanks!
I have a query which gives me values of my table:
Name | DateofEvent | Expr1
Joe 3/15/2003 $1000
Rich 5/15/2003 $2000
How do I get this query to give me the total of all records?
ie.
Count = 2 $3000
Expr1 = Nz([MUSIC])+Nz([PROPS])
Ive been trying to get it to SUM(Expr1), but I must be doing something wrong.
Thanks!