Can a report object be used for a parameter criteria in a query? I know that a form can be, using the
[Forms]![FormName]![Field]
In this instance, it would take on the value of "field" for the current, active form value and use it as criteria for the query.
[Reports]![ReportName]![Field] doesn't seem to work the same way. Is there another way of structuring the syntax?
[Forms]![FormName]![Field]
In this instance, it would take on the value of "field" for the current, active form value and use it as criteria for the query.
[Reports]![ReportName]![Field] doesn't seem to work the same way. Is there another way of structuring the syntax?