I have searched the posts and have not found an answer to my particular problem.
I have several subforms on a form. For performance reasons I would like to have one unbound subform control that I can change the source of with the click of a button (well, really several buttons). I don't want to put all the subforms on the form and use the visible property since they would all load with the form.
I tried playing with the .RecordSource property but can't make it work.
TIA for any help.
I have several subforms on a form. For performance reasons I would like to have one unbound subform control that I can change the source of with the click of a button (well, really several buttons). I don't want to put all the subforms on the form and use the visible property since they would all load with the form.
I tried playing with the .RecordSource property but can't make it work.
TIA for any help.