T
Tony Williams
I have this line of code in a form
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Looking at the VBA Help it says the DoMenuitem should be replaced by
RunCommand.
Can anyone tell me if this will cause problems and how should I change the
line for RunCommand?
TIA
Tony Williams
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Looking at the VBA Help it says the DoMenuitem should be replaced by
RunCommand.
Can anyone tell me if this will cause problems and how should I change the
line for RunCommand?
TIA
Tony Williams