Synchronizing 2 subforms on a tab control

G

Guest

I have a form that has 2 subforms on a tab control. The 2 subforms have
similar record sources. When I make changes on tab 1 - the information
should reflect on tab 2 if the user is on that record (i.e, the user goes to
tab 2 and uses dropdown to move to John Doe's record. Then moves to tab 1
and adds a child to John Doe's family. Then moves back to Tab 2 which should
still be on John doe's record. Tab 2 should now show the new child entered).
I can get the subform from tab 2 to requery but then it movees to the first
record in the recordsource instead of the actual record that is still
selected in the dropdown.

I can put a button on tab 2 which refreshes and resynchs up the records to
the one that is selected on the drop down. Hope that makes sense.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top