R
RedHeadedMonster via AccessMonster.com
I have a button with the following code:
DoCmd.RunCommand acCmdDeleteRecord
When you click it, I get the annoying error that Delete Record isnt available.
The form only allows the users to view current records so its not a case of a
new record.
Im thinking it has something to do with my AfterUpdate event....Which creates
a transaction log of changes.
How do I turn off my afterUpdate code in the case of the delete record button
being clicked?
Thanx!
RHM
DoCmd.RunCommand acCmdDeleteRecord
When you click it, I get the annoying error that Delete Record isnt available.
The form only allows the users to view current records so its not a case of a
new record.
Im thinking it has something to do with my AfterUpdate event....Which creates
a transaction log of changes.
How do I turn off my afterUpdate code in the case of the delete record button
being clicked?
Thanx!
RHM