Search results

  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

    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