+ Reply to Thread
Results 1 to 2 of 2

Long file paths in MS Access Linked Table Manager

  1. #1
    Todd Huttenstine
    Guest

    Long file paths in MS Access Linked Table Manager

    Hey

    In Microsoft Access, I am trying to see some file paths in
    Linked Table Manager, however, the file names are longer
    than Linked Table Manager dialog and I cant resize this.
    From reading some Google newsgroup posts, I understand it
    is not possible to resize it, you have to do it
    programmatically. Can anyone give me a code that will do
    this or is there a regestry setting or anything I can
    change?


    Thanks in advance.

    Todd Huttenstine

  2. #2
    Todd Huttenstine
    Guest

    Long file paths in MS Access Linked Table Manager

    I found this code on Google Newsgroups thats works... See
    below:



    SELECT [MSysObjects].[Connect], [MSysObjects].[Database],
    [MSysObjects].[ForeignName]
    FROM MSysObjects
    WHERE ((([MSysObjects].[Database]) Is Not Null));


    >-----Original Message-----
    >Hey
    >
    >In Microsoft Access, I am trying to see some file paths

    in
    >Linked Table Manager, however, the file names are longer
    >than Linked Table Manager dialog and I cant resize this.
    >From reading some Google newsgroup posts, I understand it
    >is not possible to resize it, you have to do it
    >programmatically. Can anyone give me a code that will do
    >this or is there a regestry setting or anything I can
    >change?
    >
    >
    >Thanks in advance.
    >
    >Todd Huttenstine
    >.
    >


+ 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