in reply to Changing a MS-Access report's RecordSource property
Move the OpenReport before the change and make sure you open it in acViewDesign (acDesignView = 1), make your change, then re-open it in acViewNormal (print) or acViewPreview.
A couple of notes:
HTH...
|
|---|