R
Rad
Hi,
I Have a form which displays images of a person. Each person has a code
number. I used the following coding, when I click the button to delete the
record. But it does not delete the records in the tables. It deletes only
the form record. Can anyone explain how to modify it? I store the image path
name in the tables.
Private Sub delete_Click()
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
End Sub
Thanks!
I Have a form which displays images of a person. Each person has a code
number. I used the following coding, when I click the button to delete the
record. But it does not delete the records in the tables. It deletes only
the form record. Can anyone explain how to modify it? I store the image path
name in the tables.
Private Sub delete_Click()
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
End Sub
Thanks!