Front End: MS Access 2010
Back End: SQL Server 2008
I have a form (form A) that displays records via a query. There is a button on form A that opens form B. Form B adds a table entry that to the table shown on form A. Form B closes and Form A has control. How can I do a requery so that form A displays the newly created table entry done by form B.
Thanks in advance.
Back End: SQL Server 2008
I have a form (form A) that displays records via a query. There is a button on form A that opens form B. Form B adds a table entry that to the table shown on form A. Form B closes and Form A has control. How can I do a requery so that form A displays the newly created table entry done by form B.
Thanks in advance.
Comment