G
Guest
Has anyone been able to distinguish the reason why when a tab control is
added to a form and a record is either added or edited, it will keep the form
in edit mode? This mode doesn't allow navigation to a next or previous record
or even a new record without adding:
Private Sub Field1_AfterUpdate()
Me.Refresh
End Sub
Isn't Access supposed to immediately save a record when moving to another
record or by adding a new record? Thanks!
(e-mail address removed)
added to a form and a record is either added or edited, it will keep the form
in edit mode? This mode doesn't allow navigation to a next or previous record
or even a new record without adding:
Private Sub Field1_AfterUpdate()
Me.Refresh
End Sub
Isn't Access supposed to immediately save a record when moving to another
record or by adding a new record? Thanks!
(e-mail address removed)