papadilbert
Programmer
On Form0 I have a tabbed form. On Page1 I have Form1. On Page2 I have Form2.
Form1 has a button that adds a row to Table2 that is displayed by Form2
Form2 is a continuous display form that uses a query as its Record Source to display Table2 rows.
After clicking the button on Form1 to add a row to Table2, I click on Page2. Form2 does not show the new row.
I've tried adding to the end of the button_click() routine: Forms!Form0!Form2!Form.Requery
If I exit Form0 and reopen it, Form2 displays the new row.
Form1 has a button that adds a row to Table2 that is displayed by Form2
Form2 is a continuous display form that uses a query as its Record Source to display Table2 rows.
After clicking the button on Form1 to add a row to Table2, I click on Page2. Form2 does not show the new row.
I've tried adding to the end of the button_click() routine: Forms!Form0!Form2!Form.Requery
If I exit Form0 and reopen it, Form2 displays the new row.