G
gg
Why do I need the following 2 lines in order to delete a record? If I comment
out the 2nd line (see below), then it does not delete the record. However,
with both lines, if I opt out of deleting the record by clicking "No" to the
delete prompt, it errors out. Also, with both rows, it deletes the correct
record selected but displays record #0 when it is actually deleting (i.e.
record #4).
1. DoCmd.DoMenuItem acFormBar, acEditMenu, 8, acMenuVer70
2. DoCmd.DoMenuItem acFormBar, acEditMenu, 6, acMenuVer70
Thank you in advance for your help. I am very appreciate for all of your
support!!
geri
out the 2nd line (see below), then it does not delete the record. However,
with both lines, if I opt out of deleting the record by clicking "No" to the
delete prompt, it errors out. Also, with both rows, it deletes the correct
record selected but displays record #0 when it is actually deleting (i.e.
record #4).
1. DoCmd.DoMenuItem acFormBar, acEditMenu, 8, acMenuVer70
2. DoCmd.DoMenuItem acFormBar, acEditMenu, 6, acMenuVer70
Thank you in advance for your help. I am very appreciate for all of your
support!!
geri