You are right! This is the solution I came up with. It does pretty much what you suggested.
Private Sub Set_CallDateUserId()
If IsNull(Me.txtCallDate) Then
Me.txtCallDate = Date
End If
If IsNull(Me.txtUserID) Then
Me.txtUserID = myUserID
End If
Me.Refresh...
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 =...
There is no error. It just won't open. I tried moving the files back to their original location, and that doesn't work either. This is driving me crazy!
I am using Access 2013 and I moved my frontend ColeDirectory.accdb and backend ColeDirectory.accdb_be to a different folder on the same computer, but now I cannot open the frontend at all. How do I get around this?