Recent content by karakuri

  1. K

    Auto Link FE App to Encrypted BE

    Ah yes, that I am terribly aware of. Unfortunately, I do not have any say in regards to this and can only work with whatever I was given. Thank you for your warning and advice though.
  2. K

    Auto Link FE App to Encrypted BE

    What I have done is to include the following codes in the Form_Load() Dim pwd As String Dim Dbs As DAO.Database Set Dbs = DBEngine.OpenDatabase("<BE File Location>", False, False, ";pwd=<password>") DoCmd.TransferDatabase acLink, "Microsoft Access", "<BE File Location>", acTable...
  3. K

    Auto Link FE App to Encrypted BE

    Hi, Thank you for your reply. What I was seeking for was for a method to automatically connect to a password protected BE, without having to key in the password. I did not manage to find any solution that works for me in the related forum, but it's alright! I have resolved the issue :) Feel...
  4. K

    Auto Link FE App to Encrypted BE

    Hi All, I am currently working on securing an access application. I have split the database and applied a password to the back-end. I have already re-linked back the tables on the front end. However, the issue is that, despite the back-end being password protected, I am still able to retrieve...
Back
Top Bottom