I've noticed that a Report will re-use the value of RecordSource from its previous run.
I want to avoid this by setting the value of RecordSource to Null
when the Reports opens (and have a user enter a different value).
I need to set it to Null because if the user cancels the option to enter a value for RecordSource, I need to do an IsNull check which will close the Report if the value is Null after the user query.
I want to avoid this by setting the value of RecordSource to Null
when the Reports opens (and have a user enter a different value).
I need to set it to Null because if the user cancels the option to enter a value for RecordSource, I need to do an IsNull check which will close the Report if the value is Null after the user query.