How To Show Linked Tables In Microsoft Access Posted on by Webmaster IT Support Forum › Forums › Windows › Windows 10 › Applications › How To Show Linked Tables In Microsoft Access Tagged: Linked Tables, Microsoft Access This topic has 0 replies, 1 voice, and was last updated 5 years, 2 months ago by Webmaster. Viewing 0 reply threads Author Posts March 27, 2018 at 11:11 am #2347 WebmasterKeymaster Use the following SQL query to show a list of linked tables in Microsoft Access: SELECT MSysObjects.Name, MSysObjects.ForeignName, MSysObjects.Database FROM MSysObjects WHERE ((Not (MSysObjects.ForeignName) Is Null)); This query shows the linked tables in Microsoft Access, along with the location of the dated linked to. Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In