Frequently, I am asked to change the starting and ending dates for a report. There are several locations in several cascading querys that require modification.
A sample of the working model is:
between #9/26/05# and #10/30/05#
What I am looking for is something like ---
"Between #&"[tbl_Setup].[startdate]&"# and #"&[tbl_Setup].[endDate]&"#"
Admittedly, I do get a type mismatch error when I attempt this.
Any ideas.
Thanks Paul
A sample of the working model is:
between #9/26/05# and #10/30/05#
What I am looking for is something like ---
"Between #&"[tbl_Setup].[startdate]&"# and #"&[tbl_Setup].[endDate]&"#"
Admittedly, I do get a type mismatch error when I attempt this.
Any ideas.
Thanks Paul