Is there a way to determine if the "WhereCondition" has a value when opening a report?
I'd like to add a string variable to the header of my report (saying what the limiting criteria is) if the "WhereCondition" was invoked when running the DoCmd.OpenReport.
Is the "WhereCondition" a property/variable of the report that I can check in the "OnOpen" procedure?
Thanks,
Jon Mulder
California Department of Water Resources
Red Bluff, CA
I'd like to add a string variable to the header of my report (saying what the limiting criteria is) if the "WhereCondition" was invoked when running the DoCmd.OpenReport.
Is the "WhereCondition" a property/variable of the report that I can check in the "OnOpen" procedure?
Thanks,
Jon Mulder
California Department of Water Resources
Red Bluff, CA