J
Jordan C. Schroeder
Hello Experts,
I am having an issue with a form that is bound to a table. There is a list
box at the bottom of the form that users can select a record they would like
to work with, and the bound text boxes automatically show the values for that
record. If the user changes something in the text box, and clicks the list
box again without hitting save, the changes get saved. I have tried using:
If Me.Dirty = True Then
'Undo changes:
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
End If
But for some reason Me.Dirty is always False, even if an unsaved change is
made. I thing I am missing something here, any assistance with this would be
greatly appreciated.
Thanks,
Jordan
I am having an issue with a form that is bound to a table. There is a list
box at the bottom of the form that users can select a record they would like
to work with, and the bound text boxes automatically show the values for that
record. If the user changes something in the text box, and clicks the list
box again without hitting save, the changes get saved. I have tried using:
If Me.Dirty = True Then
'Undo changes:
DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70
End If
But for some reason Me.Dirty is always False, even if an unsaved change is
made. I thing I am missing something here, any assistance with this would be
greatly appreciated.
Thanks,
Jordan