Hi -
I have a form with 3 tabs. Each tab has a subform. Each subform is based on different queries that all pull from table "A".
I'm looking for a way to synchronize the record pointers across the three tabs and do it without filtering the data.
Example: If the user clicks on the 1st tab and moves to record 10. Then clicks on the second tab, I want it to show all the data of the query, but have the record pointer be on the same Primary Key match of the 1st tab.
Any ideas? - Thanks
I have a form with 3 tabs. Each tab has a subform. Each subform is based on different queries that all pull from table "A".
I'm looking for a way to synchronize the record pointers across the three tabs and do it without filtering the data.
Example: If the user clicks on the 1st tab and moves to record 10. Then clicks on the second tab, I want it to show all the data of the query, but have the record pointer be on the same Primary Key match of the 1st tab.
Any ideas? - Thanks