Hello All,
I have an mdb front end hitting an SQL (2005) back end.
I have a form "frm_Reports" that lists reports and 2 controls "From" & "Thru"
The user selects a report, enters a "From" and "Thru" date and clicks "btnPrintReport"
The recordsouce on the Report is a SELECT query that references the frm_Reports From & Thru dates *****Is Null Or Between [forms]![frm_reports]![from] And [forms]![frm_reports]![thru]*****
I have +- 30 reports that are run this way
How can I pass these values using SQL as the back end?
TIA
Detrie
I have an mdb front end hitting an SQL (2005) back end.
I have a form "frm_Reports" that lists reports and 2 controls "From" & "Thru"
The user selects a report, enters a "From" and "Thru" date and clicks "btnPrintReport"
The recordsouce on the Report is a SELECT query that references the frm_Reports From & Thru dates *****Is Null Or Between [forms]![frm_reports]![from] And [forms]![frm_reports]![thru]*****
I have +- 30 reports that are run this way
How can I pass these values using SQL as the back end?
TIA
Detrie