georgesOne
Technical User
Hi all,
in the past I used the following code to copy a table from a network based db into my local db:
DoCmd.RunSQL "SELECT tblInput.* INTO tblInput FROM tblInput IN 'Q:\Red Hat Group\ToolScheduler_be.mdb'"
Worked nice.
Now the network database is password protected. I can open the database using the password, such as
Set db = OpenDatabase(gsNetworkBE, False, False, ";PWD=gr2948du")
but I cannot run the the table make query as I do not understand how to incorporate the password.
Any help is appreciated.
Kind regards, georges
in the past I used the following code to copy a table from a network based db into my local db:
DoCmd.RunSQL "SELECT tblInput.* INTO tblInput FROM tblInput IN 'Q:\Red Hat Group\ToolScheduler_be.mdb'"
Worked nice.
Now the network database is password protected. I can open the database using the password, such as
Set db = OpenDatabase(gsNetworkBE, False, False, ";PWD=gr2948du")
but I cannot run the the table make query as I do not understand how to incorporate the password.
Any help is appreciated.
Kind regards, georges