Hi, I have 2 pages in a tabControl - Page1 and Page2.
Each page consists of a form with a subform.
I have a button on Page1 with onClick code that updates tables that appear in the forms on Page2, after updating the tables I want to automatically open Page2 showing the records that I updated on Page1.
I tried DoCmd.OpenForm but that opens a separate form - without the records. How would I open Page2 with the updated records?
Thanks for any help
David