G
Guest
In my query I have two fields totaled in a field:
Expr1:format(DateDiff("n",[Start Time],[Stop Time])/60,"fixed"). I want to
be able to Group on the report by Job# and Sum the Expr1 field for each job.
The wizzard doesn't give me the option of Summary and when I create a text
box and enter
=Sum([Expr1]) I get the error message Data Type Mismatch in criteria
Expression. How do I correct this?
Thanks
Expr1:format(DateDiff("n",[Start Time],[Stop Time])/60,"fixed"). I want to
be able to Group on the report by Job# and Sum the Expr1 field for each job.
The wizzard doesn't give me the option of Summary and when I create a text
box and enter
=Sum([Expr1]) I get the error message Data Type Mismatch in criteria
Expression. How do I correct this?
Thanks