K
Ken
I'm giving the users of my Access 2000 database the ability to delete records
via a command button having the following code behind it:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
Question: I'd like to be able to log some information to a logfile in the
event the user does delete the record. I know how to write to the logfile.
What I need help on is something along the lines of, "If command 6 is carried
out, then..."
Any suggestions?
via a command button having the following code behind it:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
Question: I'd like to be able to log some information to a logfile in the
event the user does delete the record. I know how to write to the logfile.
What I need help on is something along the lines of, "If command 6 is carried
out, then..."
Any suggestions?