/ Published in: Visual Basic
Expand |
Embed | Plain Text
Private Sub Form_Current() Me!cmdUndo.Enabled = False End Sub Private Sub Form_Dirty(Cancel As Integer) Me!cmdUndo.Enabled = True End Sub Sub cmdUndo_Click() DoCmd.RunCommand acCmdUndo End Sub
You need to login to post a comment.
