S
SandyR
The following code works correctly when there is a breakpoint is set in it,
but not when there is no breakpoint. It sets me.lastot only when the
breakpoint is on:
Private Sub STATUS_AfterUpdate()
On Error GoTo STATUS_AfterUpdate_Error
Me.SDATE = Now()
Me.LASTOT = Forms!frmMenu.txtJob
but not when there is no breakpoint. It sets me.lastot only when the
breakpoint is on:
Private Sub STATUS_AfterUpdate()
On Error GoTo STATUS_AfterUpdate_Error
Me.SDATE = Now()
Me.LASTOT = Forms!frmMenu.txtJob