George-Bowyer
Registered User.
- Local time
- Today, 23:51
- Joined
- Dec 21, 2012
- Messages
- 178
I have a Navigation Form with two tiers of tabs.
I have a form with two subforms on it.
I have a button which calls a pop-up form to add new records.
When I close the popup I want the form in the Navigation Form to refresh.
I have read dozens of threads, and I am sure that the following is correct.
[Forms]![NavigationForm]![NavigationSubform].[Form].Requery
However, it does not requery the form.
Can anyone help, please?
Thanks.
(PS: incidentally, if I use refresh instead of requery above, it closes the whole navigation form)
I have a form with two subforms on it.
I have a button which calls a pop-up form to add new records.
When I close the popup I want the form in the Navigation Form to refresh.
I have read dozens of threads, and I am sure that the following is correct.
[Forms]![NavigationForm]![NavigationSubform].[Form].Requery
However, it does not requery the form.
Can anyone help, please?
Thanks.
(PS: incidentally, if I use refresh instead of requery above, it closes the whole navigation form)