Results 1 to 9 of 9
  1. #1
    ayupchap is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Dec 2013
    Posts
    107

    Can't see table created in front end of database. How do I get it to appear?

    Hi all,



    So I needed to create a new table in a split database. That went fine but when I go to the front end I can not see it in the list or refer to it in anyway. How do I get it to appear?


    Thanks for all your help

    Scott

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Must set a link to the table. Can use the Linked Tables Manager.

    If you intend to install the frontend on multiple user machines on your network, suggest you use UNC pathing.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Did you create it in the front end or back end? It needs to be in the front end! And of course is it hidden? Of course if this is another linked table, as has been suggested, you will have to use the Link Table Manager. Unless this table needs to be in the front end, then of course each copy will have to be updated as well.


    HTH
    Last edited by burrina; 05-20-2014 at 09:41 AM. Reason: Explanation

  4. #4
    ayupchap is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Dec 2013
    Posts
    107
    OK so I did create it in the back end thinking that this was correct as that is where all my other tables are but this is not correct? If this is incorrect and doing it in the front end is right how do I ensure all the data is kept in the same database as I have made a multi-user database and reports are generated from the back end? Is this what June7 was saying about UNC pathing? I have never heard of that before?

  5. #5
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    In the front end, you have link it in from the backend.mdb.

  6. #6
    ayupchap is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Dec 2013
    Posts
    107
    OK great so I made that now but unsure how to link it in from the backend? Can anyone be kind enough to give me some steps to allow me to do this?

  7. #7
    byterbit is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Oct 2010
    Location
    Noou Yauk
    Posts
    32
    In Access 2003 it will be:
    (from the front end)
    1) files
    2) get external data
    3) link tables
    4) browse to the MDB file with the data
    5 ) highlight the table

    In '07 and '10 the menus will look different ( why, Microsoft ?) but the essential process is the same

  8. #8
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Backend contains tables to hold data for permanent storage that must be shared by multiple users. This file resides on a network server.

    Frontend links to backend tables. Frontend has queries, forms, reports, code. A copy of the frontend is installed on each user workstation.

    Use the Linked Table Manager to establish links with backend tables. The Manager will link with drive letter pathing, example - R:\somepath\accessdb.accdb

    Drive letter pathing requires every user to have the same drive mapped by Windows on their computer - as per the example, every user must have R:\ drive mapped. If user deletes this mapped drive then Access cannot find the backend.

    Alternative to static drive path linking is UNC (Universal Naming Convention) pathing. This path link references the file server by its name, no Windows drive mapping is necessary. The path structure is like:

    \\servername\folderpath\accessdb.accdb

    I use VBA to manage linking with UNC, never figured out how to do it through the Manager, if it is even possible. Review http://forums.aspfree.com/microsoft-...ue-323364.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  9. #9
    ayupchap is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Dec 2013
    Posts
    107
    Oh this is great thanks so much! I have just worked this all out now. Thanks so much for all of your help!

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

Similar Threads

  1. Replies: 1
    Last Post: 04-10-2014, 12:17 PM
  2. Replies: 1
    Last Post: 03-26-2014, 09:28 AM
  3. Replies: 5
    Last Post: 03-19-2014, 08:36 AM
  4. Replies: 1
    Last Post: 04-10-2013, 09:16 AM
  5. Replies: 2
    Last Post: 02-22-2013, 03:02 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