Kamis, 19 April 2018

Re: [MS_AccessPros] Cannot delete a record in a subform

 

Do the records allow edits?


From: MS_Access_Professionals@yahoogroups.com <MS_Access_Professionals@yahoogroups.com> on behalf of dbalorenzini@yahoo.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com>
Sent: Thursday, April 19, 2018 4:55:16 PM
To: MS_Access_Professionals@yahoogroups.com
Subject: [MS_AccessPros] Cannot delete a record in a subform
 


I can't seem to delete a record in a subform. I have subform which is a continuous form called sfrmDocumentList. On it i have a command button that is used to delete the record that it is on. Here is the code:

Private Sub cmdDeleteIndex_Click()

If MsgBox("Are you sure you want to delete this record?", vbQuestion + vbYesNo, "Delete Current Record ?") = vbYes Then

        If Me.NewRecord Then

            DoCmd.RunCommand acCmdUndo

          Else

            DoCmd.SetWarnings False

            DoCmd.RunCommand acCmdSelectRecord

            DoCmd.RunCommand acCmdDeleteRecord

            DoCmd.SetWarnings True

        End If

    End If

End Sub


Error: The command or action 'DeleteRecord' isn't avialble now.

I am not sure why it is not working.
Any ideas would be great.

Thank you,

Art Lorenzini
Sioux Falls, SD




__._,_.___

Posted by: Duane Hookom <duanehookom@hotmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar