Theguyinthehat
Registered User.
- Local time
- Today, 04:35
- Joined
- Aug 17, 2009
- Messages
- 46
So far, in scrounging forums and looking at databases, I've noticed two ways of doing it, neither of which works very well.
A) Using SourceObject to define a pre-existing form as a source for an unbound subform
--Works when it works, except it keeps corrupting and locking out
B) Hosting all subforms on the parent form, setting Visible = false on non-relevant forms
--We use some older machines at work, and this takes a crap-ton of virtual memory
Is there some way to do this without killing older machines? I cycle between about 12 subforms. Thanks in advance.
A) Using SourceObject to define a pre-existing form as a source for an unbound subform
--Works when it works, except it keeps corrupting and locking out
B) Hosting all subforms on the parent form, setting Visible = false on non-relevant forms
--We use some older machines at work, and this takes a crap-ton of virtual memory
Is there some way to do this without killing older machines? I cycle between about 12 subforms. Thanks in advance.