George Too
Registered User.
- Local time
- Today, 14:13
- Joined
- Aug 12, 2002
- Messages
- 198
Can anyone tell me why this code is not detecting the changes made in the bound subform?
If Me.ChildEditData.Form.Dirty Then
DoCmd.RunCommand acCmdUndo
Else
MsgBox "There were no modifications made to the current record.", vbInformation, "Invalid Undo"
End If
Thanks,
George
If Me.ChildEditData.Form.Dirty Then
DoCmd.RunCommand acCmdUndo
Else
MsgBox "There were no modifications made to the current record.", vbInformation, "Invalid Undo"
End If
Thanks,
George