G
Guest
I'm going to feel real stupid if/when this gets answered, but here goes...
I have a data entry form that goes straight into Add mode when it's loaded.
If the user backs up to any previous record without completing the entry for
the new record, I need to know this. I figured I could use the form's
OnCurrent event for checking, but I am stumped as to how to code it. Even
when the user abandons the new record, Me.Recordset.EditMode still equals
dbEditAdd (2), so as of now I can't tell that he's no longer on the new
record. Checking Me.Recordset.EOF returns False no matter what, so no help
there.
Any suggestions?
I have a data entry form that goes straight into Add mode when it's loaded.
If the user backs up to any previous record without completing the entry for
the new record, I need to know this. I figured I could use the form's
OnCurrent event for checking, but I am stumped as to how to code it. Even
when the user abandons the new record, Me.Recordset.EditMode still equals
dbEditAdd (2), so as of now I can't tell that he's no longer on the new
record. Checking Me.Recordset.EOF returns False no matter what, so no help
there.
Any suggestions?