+ Reply to Thread
Results 1 to 2 of 2

Access Link Help!

  1. #1
    Registered User
    Join Date
    01-18-2005
    Posts
    62

    Access Link Help!

    Dear all,

    I am trying to create a linked table in Access from a table in SQL Server.

    However this below code could not run and has an error: 'Could not find installable ISAM'.

    Sub SunSys_Linking_ADO()
    Dim Lnk

    Set Lnk = CurrentDb.CreateTableDef("KNOC")
    Lnk.SourceTableName = "SALFLDG112"
    Lnk.Connect = "Provider=SQLOLEDB;User ID=SUN;Password=SUNSYS;Data Source=SUNSYSTEM"
    CurrentDb.TableDefs.Append Lnk
    Application.RefreshDatabaseWindow
    End Sub

    Could any one can help me or let me know some website of Access like this web site so I can get advices.

    Thanks a lot



    Nam

  2. #2
    K Dales
    Guest

    RE: Access Link Help!

    Try here:
    http://support.microsoft.com/newsgroups

    then navigate to the newsgroup you want, i.e:
    Your language
    Office
    Access
    Access Programming VBA
    --
    - K Dales


    "lehainam" wrote:

    >
    > Dear all,
    >
    > I am trying to create a linked table in Access from a table in SQL
    > Server.
    >
    > However this below code could not run and has an error: 'Could not find
    > installable ISAM'.
    >
    > Sub SunSys_Linking_ADO()
    > Dim Lnk
    >
    > Set Lnk = CurrentDb.CreateTableDef("KNOC")
    > Lnk.SourceTableName = "SALFLDG112"
    > Lnk.Connect = "Provider=SQLOLEDB;User ID=SUN;Password=SUNSYS;Data
    > Source=SUNSYSTEM"
    > CurrentDb.TableDefs.Append Lnk
    > Application.RefreshDatabaseWindow
    > End Sub
    >
    > Could any one can help me or let me know some website of Access like
    > this web site so I can get advices.
    >
    > Thanks a lot
    >
    >
    >
    > Nam
    >
    >
    > --
    > lehainam
    > ------------------------------------------------------------------------
    > lehainam's Profile: http://www.excelforum.com/member.php...o&userid=18615
    > View this thread: http://www.excelforum.com/showthread...hreadid=388976
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1