If I create a save button in Access 2010 the code is:
DoCmd.RunCommand acCmdSaveRecord
If I create a save button in Access 2003 the code is:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I'm sure that there are other issues for buttons created using the wizard...