In our conversion from 97 to 2000 we have had to change the line of code : DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord,,acMenuVer70 to: DoCmd.RunCommand acCmdSaveRecord. This works fine for a converted database running in 2000. But since our users have not all been upgraded not all...