Hi Art - If that command button is on the main form, you can't run the commands that you have. It would be looking at the records on the main form, not the sub.
I don't have Access available to me right now. Maybe someone can step in and help you with code that refers to the sub form.
Bill
---In MS_Access_Professionals@yahoogroups.com, <dbalorenzini@yahoo.com> wrote :
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: wrmosca@comcast.net
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
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