Are you in Debug mode? You cannot run DoCmd.RunMenu acDeleteRecord or acSaveRecord if you are stepping through code.Originally Posted by prabhafriend
Set your breakpoint after the command if you still want to debug.
If you're not in debug mode... ignore me.