Quote Originally Posted by prabhafriend
"The Command or action 'DeleteRecord' isn't available now" - Is it an Error? If not What it is this? How to Trap this and show my custom message. It comes when you delete a record in newrecord state - the Last blank record in a continous form.
Are you in Debug mode? You cannot run DoCmd.RunMenu acDeleteRecord or acSaveRecord if you are stepping through code.

Set your breakpoint after the command if you still want to debug.
If you're not in debug mode... ignore me.