Recent content by comfygringo

  1. C

    "Opening this document will run the sql command"

    Could you post a link to that document by Cindy Meister?
  2. C

    Cannot set focus to the Control

    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...
  3. C

    Cannot set focus to the Control

    I got it working after searching the threads. Research always pays off! Thanks, guys!
  4. C

    Cannot set focus to the Control

    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 =...
  5. C

    Move Access to Another Folder

    Yes, but I've done a lot of programming since my last backup, so I really want to know what is causing this problem. It doesn't make sense at all.
  6. C

    Move Access to Another Folder

    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!
  7. C

    Move Access to Another Folder

    The folder is on my c:\ drive. I cannot open the frontend no matter how hard I try.
  8. C

    Move Access to Another Folder

    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?
  9. C

    Hello!

    I am new to this forum as of today. Looking forward to contributing and getting answers I need. Thanks, Everyone!
Back
Top Bottom