Results 1 to 2 of 2
  1. #1
    chazz1me is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2015
    Posts
    1

    Is it possible to retrieve the structure of lost linked tables from the front-end Access db?

    I built a nice Access front-end application several years ago for a business client, but all the data was contained in a back-end Access db that I accessed using linked tables. I only saved the front-end application and forgot to grab the back-end file when my contract ended. The data itself is not so important to me, but I want to recreate the table schema so that I can continue to use the functionality I built in the front-end. Is there any way to see details about the linked table?



    Really, all I want to know is all the columns in the linked table and their order. I don't want to have to reverse engineer the tables from all my queries, forms, and VBA in the front-end application.

    Thanks!

  2. #2
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    there is no schema for a linked table if the table it is linking to is not available - afraid you'll have to reverse engineer.

    depends how much time it would actually save but you could write some vba code to detail the sql in each query, form/report recordsource, list and combobox rowsource plus the form/report control sourceobject

    something along the lines of
    dim qry as querydef
    for each qry in currentdb.querydefs
    debug.print qry.sql
    next


    etc

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Changing Tables Front-End DB are Linked To
    By JoeM in forum SQL Server
    Replies: 8
    Last Post: 03-31-2015, 11:09 PM
  2. Replies: 9
    Last Post: 11-19-2014, 06:59 AM
  3. Replies: 6
    Last Post: 12-12-2013, 11:44 PM
  4. Replies: 4
    Last Post: 11-22-2013, 11:20 AM
  5. Lost data and access new tables
    By chazcoral2 in forum Security
    Replies: 18
    Last Post: 02-26-2013, 04:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums