This code stopped working without explanation after the longest time. I can't seem to fix it.
Private Sub Send_Letter_AfterUpdate()
Call Set_CallDateUserId
End Sub
Private Sub Set_CallDateUserId()
Me.txtCallDate.SetFocus
Me.txtCallDate.enabled = True
Me.txtCallDate.Locked =...