Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Igor

    #1

    Help

    Hi,
    DoCmd.RunComman d acCmdDeleteReco rd
    raises error: 2046 The command or action 'DeleteRecord' isn't available
    now.
    Why could it be?
    Thanks


  • DebbieG

    #2
    Re: Help

    I think it's because you can't delete a blank record.

    You might want to just trap this error.


    "Igor" <Igor.Pipkin@sa sktel.net> wrote in message
    news:111lhpnqbc 5b08b@corp.supe rnews.com...
    | Hi,
    | DoCmd.RunComman d acCmdDeleteReco rd
    | raises error: 2046 The command or action 'DeleteRecord' isn't available
    | now.
    | Why could it be?
    | Thanks

    Comment

    Working...