DBL
Registered User.
- Local time
- Today, 14:32
- Joined
- Feb 20, 2002
- Messages
- 659
Is there a way to set the recordsource for a form before it opens? I've got Me.recordsource = "QryNewCaseForm" on the On Open event of the form but I toggle between recordsources once the form is open and if I close it while the recordsource is "QryCaseForm" it won't open as "qryNewCaseForm" the next time I open it.