• How to specify password to MAKE TABLE query (97)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » How to specify password to MAKE TABLE query (97)

    Author
    Topic
    #377045

    How to specify password to MAKE TABLE query
    I

    Viewing 0 reply threads
    Author
    Replies
    • #619990

      Not really answering your question but why not do it the other way round? Set up a select query containing all the necessary data in your non-passworded db and set a link to it in the passworded db.
      Best I can think of. Hope it helps.

      • #619993

        Sorry the reason I can

        • #620089

          You may have to do this in code. Then you would put the password in the connect string.

          • #620169

            That

            • #620312

              Look up CreateWorkspace in on-line help. You’ll need to pass the userid and password like this:

              Set wrkJet = CreateWorkspace(“”, “userid”, “pwd”)
              Set db = wrkJet.OpenDatabase(strDBPathAndFile)

              You need to substitute the actual password and username for pwd and userid in the above example.

    Viewing 0 reply threads
    Reply To: How to specify password to MAKE TABLE query (97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: