Hi. New to this forum but i searched and found a section of code, shown below:
If Me.Dirty Then
Me.Undo
MsgBox "This would create duplicate references to products for this order. Your changes have been undone.", vbOKOnly + vbInformation, "Changes Erased"
End If
So, I have a form whereby...