I have some calculated fields on a form which on opening displays incorrect information. If I use the Records Menu/Refresh the calculations are correct.
I have added the following code in the on load event of the form:
DoCmd.DoMenuItem(acFormBar,acRecordsMenu,acRefresh,,)
I get the following...