I have set up a database so that users can run a report by entering the criteria on an unbound parameter form. Sometimes the form works and then other times it does not and we get the following error.
The record source '~sq_cParamForm ~sq_cFindMgr' specified on this form or report does not exist.
This error seems to happen if a user starts to run a report and then exits out of it before they complete it. When this happens in order to run the reports I have to go into the database and replace the form with a copy of the form from my backup file.
Is there any way to keep this from happening?
Thank you,
The record source '~sq_cParamForm ~sq_cFindMgr' specified on this form or report does not exist.
This error seems to happen if a user starts to run a report and then exits out of it before they complete it. When this happens in order to run the reports I have to go into the database and replace the form with a copy of the form from my backup file.
Is there any way to keep this from happening?
Thank you,
Comment