Yet another silly question.
I have a form with a button that needs to do the following:
-run a query appending data to a table (underlying the form)
-close the form
-re-open the form to show the last entry in the table.
Everything works up to re-opening the form. When the form re-opens it only shows the last record prior to the append.
How do I cause an update to the table prior to re-opening the form?
Thank you in advance for helping.
Reg
I have a form with a button that needs to do the following:
-run a query appending data to a table (underlying the form)
-close the form
-re-open the form to show the last entry in the table.
Everything works up to re-opening the form. When the form re-opens it only shows the last record prior to the append.
How do I cause an update to the table prior to re-opening the form?
Thank you in advance for helping.
Reg