PC Review


Reply
Thread Tools Rate Thread

Copy list of tables to Excel

 
 
deeds
Guest
Posts: n/a
 
      4th Jan 2008
Hello...
Can someone tell me how one would go about copying the table list within
the "Tables" tab in Access and be able to paste those table names into Excel.
I would think this would be possible. I want to create an Excel file that
lists out all of the tables, queries, etc that are in the database. Thanks
in advance.
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      4th Jan 2008
What will having a "list of table names" in Excel allow you to do?

Have you looked into the Tools | Analyze | Documenter function that will
generate printed output of these kinds of things?

Regards

Jeff Boyce
Microsoft Office/Access MVP

"deeds" <(E-Mail Removed)> wrote in message
news:20799F55-4EA8-4EDD-BF9C-(E-Mail Removed)...
> Hello...
> Can someone tell me how one would go about copying the table list within
> the "Tables" tab in Access and be able to paste those table names into
> Excel.
> I would think this would be possible. I want to create an Excel file that
> lists out all of the tables, queries, etc that are in the database.
> Thanks
> in advance.



 
Reply With Quote
 
deeds
Guest
Posts: n/a
 
      4th Jan 2008
Thanks...that gives good info, however, all I want is a list of all tables, a
list of all queries...then I can show graphically which queries make which
tables, etc.... Let me know if you have another option. Thanks.

"Jeff Boyce" wrote:

> What will having a "list of table names" in Excel allow you to do?
>
> Have you looked into the Tools | Analyze | Documenter function that will
> generate printed output of these kinds of things?
>
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "deeds" <(E-Mail Removed)> wrote in message
> news:20799F55-4EA8-4EDD-BF9C-(E-Mail Removed)...
> > Hello...
> > Can someone tell me how one would go about copying the table list within
> > the "Tables" tab in Access and be able to paste those table names into
> > Excel.
> > I would think this would be possible. I want to create an Excel file that
> > lists out all of the tables, queries, etc that are in the database.
> > Thanks
> > in advance.

>
>
>

 
Reply With Quote
 
AG
Guest
Posts: n/a
 
      4th Jan 2008
Create a new query:

SELECT MSysObjects.Name, MSysObjects.Type
FROM MSysObjects;

You can set criteria on the Type field to return only local tables, linked
tables, queries, etc.
Then export it to Excel.
--

AG
Email: discussATadhdataDOTcom
"deeds" <(E-Mail Removed)> wrote in message
news:20799F55-4EA8-4EDD-BF9C-(E-Mail Removed)...
> Hello...
> Can someone tell me how one would go about copying the table list within
> the "Tables" tab in Access and be able to paste those table names into
> Excel.
> I would think this would be possible. I want to create an Excel file that
> lists out all of the tables, queries, etc that are in the database.
> Thanks
> in advance.



 
Reply With Quote
 
deeds
Guest
Posts: n/a
 
      9th Jan 2008
Thanks! Works good. Now to take it another step. It would be nice to be
able to identify between make table, select, append etc.. queries. Let me
know if that is possible....thanks again!

"AG" wrote:

> Create a new query:
>
> SELECT MSysObjects.Name, MSysObjects.Type
> FROM MSysObjects;
>
> You can set criteria on the Type field to return only local tables, linked
> tables, queries, etc.
> Then export it to Excel.
> --
>
> AG
> Email: discussATadhdataDOTcom
> "deeds" <(E-Mail Removed)> wrote in message
> news:20799F55-4EA8-4EDD-BF9C-(E-Mail Removed)...
> > Hello...
> > Can someone tell me how one would go about copying the table list within
> > the "Tables" tab in Access and be able to paste those table names into
> > Excel.
> > I would think this would be possible. I want to create an Excel file that
> > lists out all of the tables, queries, etc that are in the database.
> > Thanks
> > in advance.

>
>
>

 
Reply With Quote
 
AG
Guest
Posts: n/a
 
      10th Jan 2008
I think this will give you what you are looking for.
http://www.sqlquery.com/Microsoft_Ac...l_queries.html

--

AG
Email: discussATadhdataDOTcom
"deeds" <(E-Mail Removed)> wrote in message
news:49CEAE97-6358-4CB0-BE92-(E-Mail Removed)...
> Thanks! Works good. Now to take it another step. It would be nice to be
> able to identify between make table, select, append etc.. queries. Let me
> know if that is possible....thanks again!
>
> "AG" wrote:
>
>> Create a new query:
>>
>> SELECT MSysObjects.Name, MSysObjects.Type
>> FROM MSysObjects;
>>
>> You can set criteria on the Type field to return only local tables,
>> linked
>> tables, queries, etc.
>> Then export it to Excel.
>> --
>>
>> AG
>> Email: discussATadhdataDOTcom
>> "deeds" <(E-Mail Removed)> wrote in message
>> news:20799F55-4EA8-4EDD-BF9C-(E-Mail Removed)...
>> > Hello...
>> > Can someone tell me how one would go about copying the table list
>> > within
>> > the "Tables" tab in Access and be able to paste those table names into
>> > Excel.
>> > I would think this would be possible. I want to create an Excel file
>> > that
>> > lists out all of the tables, queries, etc that are in the database.
>> > Thanks
>> > in advance.

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy tables from excel to powerpoint vera.krause@heidelberg.com Microsoft Powerpoint 1 1st Feb 2008 10:51 PM
Excel 2007 Copy Sheet with Tables TKS_Mark Microsoft Excel Crashes 0 3rd Jan 2008 10:33 PM
Macro to copy tables to excel =?Utf-8?B?QmlsbHlSb2dlcnM=?= Microsoft Access VBA Modules 3 4th Jun 2006 06:07 AM
Copy Word tables to Excel Don Microsoft Excel Misc 3 13th Feb 2005 04:31 PM
Copy HTML Tables to EXCEL [G]rumpy [O]ld [D]uffer Microsoft Excel Misc 3 5th Jun 2004 05:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:25 AM.