G
Guest
I have a report where I would like to have a date in the header, The report
pulls the
data from a query with the following date criteria.
Between DateSerial([Enter Year:],[Enter Month (1-12):],1) And
DateSerial([Enter Year:],[Enter Month (1-12):]+1,0)
this works great, but when I put it in the report header so the year and
month will
show on the report, I get a syntax error.
What am I doing wrong?
Or is there another way to get the report to show the year and month?
Thanks for any help
Roger
pulls the
data from a query with the following date criteria.
Between DateSerial([Enter Year:],[Enter Month (1-12):],1) And
DateSerial([Enter Year:],[Enter Month (1-12):]+1,0)
this works great, but when I put it in the report header so the year and
month will
show on the report, I get a syntax error.
What am I doing wrong?
Or is there another way to get the report to show the year and month?
Thanks for any help
Roger