Keith
Registered User.
- Local time
- Today, 09:25
- Joined
- May 21, 2000
- Messages
- 129
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 Compile Error:Expected: Expression
I am using Acces 2000
I would appreciate any guidence as to where I am going wrong.
Keith
I have added the following code in the on load event of the form:
DoCmd.DoMenuItem(acFormBar,acRecordsMenu,acRefresh,,)
I get the following Compile Error:Expected: Expression
I am using Acces 2000
I would appreciate any guidence as to where I am going wrong.
Keith
Last edited: