Can someone point me in the right direction regarding optional parameters in a saved query? My query is based on a form with combo boxed that the user may or may not select from.
I say saved because i'm using:
where cldTemp is a subform on a form. The query must be a saved query because the SourceObject must be an object, not SQL. I will also be providing the option to export to excel.
Any help gratefully recieved.
I say saved because i'm using:
Code:
Me.cldTemp.SourceObject = "Query.qry_ByDept"
Any help gratefully recieved.