V
Vic Spainhower
Hello,
I have a form containing a tab control which has various subforms on each
separate tab. On one of the tabs the user can select a different back-end
database for these various subforms and it will delete all of the links and
re-attach the new database. It then does a requery on each subform but
nothing happens as the data is still from the original linked recordset.
When I close the form and then re-open it all of the subforms will reflect
the proper database. I'm doing the requery (
Forms!frmsetup!frmShow_Setup.Form.Requery) on the tab control change event
but I've also tried other events without success.
Can someone tell me why this won't work.
Thank you very much!
Vic
I have a form containing a tab control which has various subforms on each
separate tab. On one of the tabs the user can select a different back-end
database for these various subforms and it will delete all of the links and
re-attach the new database. It then does a requery on each subform but
nothing happens as the data is still from the original linked recordset.
When I close the form and then re-open it all of the subforms will reflect
the proper database. I'm doing the requery (
Forms!frmsetup!frmShow_Setup.Form.Requery) on the tab control change event
but I've also tried other events without success.
Can someone tell me why this won't work.
Thank you very much!
Vic