• Link tables – to a db with non mdb file extension (2000/XP)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Link tables – to a db with non mdb file extension (2000/XP)

    Author
    Topic
    #454592

    We use some software that stores it’s data in an access database.

    The software uses the file extension .gpj instead of .mdb.

    How can I link to the tables in this database – a colleague managed to do it but can’t remember how.

    Viewing 0 reply threads
    Author
    Replies
    • #1128823

      Activate the Visual Basic Editor (Alt+F11).
      Activate the Immediate window (Ctrl+G)
      Type the following, substituting the correct path and names:

      DoCmd.TransferDatabase acLink, “Microsoft Access”, “C:OtherSoftwareData.gpj”, acTable, “SourceTableName”, “LinkedTableName”

    Viewing 0 reply threads
    Reply To: Link tables – to a db with non mdb file extension (2000/XP)

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

    Your information: