Recent content by Earplug

  1. E

    Restoring a backup in access (forms)

    Hello all! In our forms, we have managed to export a backup of our application (to accdb file) in a specific folder. We now are trying to make a backup restore function that restores the backup (the accdb file). However, we have some difficulties with restoring this backup in a form (like...
  2. E

    VBA select query with inserted value

    Hahahaha thank you!!!!
  3. E

    VBA select query with inserted value

    StarGrabber thank you soooooooooooo much!!!!!!!!!!! We were all trying to fix this today it took us 3 hours with no result! Thank you very much!!!!!!!
  4. E

    VBA select query with inserted value

    Thank you very much for the quick reply again. I replaced those 2 lines but get a different error this time: error 3464 - datatype mismatch in expression. Thanks for the quick reply! My apologizes if I myself don't reply quick because it's really late at the moment in my country and I have to...
  5. E

    VBA select query with inserted value

    Thank you for the quick reply! I replaced the line, but unfortunately I get the same error. :(
  6. E

    VBA select query with inserted value

    Hi there! With the following VBA code, I'm trying to select the text value from a textbox and fill that in a query to select the code from a person. (a password only login). However, I'm getting a run time error 3078 at the '' Set rs = db.OpenRecordset("strSQL")'' line. Private Sub...
Back
Top Bottom