Is there a simple vba code that emulates the RefreshAll button on the menu? The Refresh option
does not work, only the RefreshAll option. I have tried Requery in my code and that also does not
emulate the RefreshAll button. Why is this not a straightforward code issue in vba?
My code is:
DoCmd.OpenForm "Main Menu"
Me.Refresh
When I open the form it is not updated. But, updates as soon
as I click on the RefreshAll button on the Menu