G
Guest
Hi
In my report I'm trying to sum a field [req_str] only where the date [edate]
is less than 1/1/2004.
This is what I typed into the control source of the text box:
=sum (([req_str]) where ([edate] <"1/1/2004"))
and of course, I get an invalid syntax error.
What have I done wrong?
Thanks
In my report I'm trying to sum a field [req_str] only where the date [edate]
is less than 1/1/2004.
This is what I typed into the control source of the text box:
=sum (([req_str]) where ([edate] <"1/1/2004"))
and of course, I get an invalid syntax error.
What have I done wrong?
Thanks