UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Copy list of table names into word?    
 
   
logocrazy
post Aug 26 2009, 10:44 AM
Post #1

New Member
Posts: 9



Hi all,

We have a big list of tables in an access file, and for documentation purposes we would like to take the list of names / queries that we have, and write down how they relate to certain reports. Is this possible? In 2007, we would need to right-click / rename the file to even be able to copy past 1 table name!

Hope this makes sense. Thanks,

Russell
Go to the top of the page
 
+
fkegley
post Aug 26 2009, 10:45 AM
Post #2

UtterAccess VIP
Posts: 23,583
From: Mississippi



I think the simplest would be to use the Documenter feature that comes with Access. You can also use the Object Dependencies button to get this data.

Edited by: fkegley on Wed Aug 26 11:46:43 EDT 2009.
Go to the top of the page
 
+
logocrazy
post Aug 26 2009, 10:56 AM
Post #3

New Member
Posts: 9



Thanks, although it produces quite an amount of detail :( Could be worth a try, except we just want to document which queries / tables apply to reports we have going outside of access. Appreciate it. Cheers,

-R
Go to the top of the page
 
+
Doug Steele
post Aug 26 2009, 11:01 AM
Post #4

UtterAccess VIP
Posts: 17,636
From: Don Mills, ON (Canada)



To get strictly the names of the tables and queries, use

SELECT [Name]
FROM MSysObjects
WHERE Type IN (1, 4, 5, 6)
AND [Name] NOT LIKE "MSys*"
Go to the top of the page
 
+
logocrazy
post Aug 26 2009, 11:07 AM
Post #5

New Member
Posts: 9



Amazing!! Thanks so much!!
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 23rd May 2013 - 12:30 AM