I was asked to complete the VBA code in an incomplete Access database.
I found the following line of code which means to save the current record:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I am using Access 2010. Would it not be better to write it this way...