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