• printing a list of tables

    Author
    Topic
    #1769840

    Access 2000 v9.0 how do i print a list of all of the tables and/or queries in my database?

    Viewing 0 reply threads
    Author
    Replies
    • #1784786

      Have you tried using the documenter? (under Tools)

      • #1784788

        Yes, however, in short this seems to miss the mark on what i’m trying to accomplish…i.e., it takes an unusually long time as it ‘examines’ each of the tables in my database (100+ tables). even when i go into tools/analyze/documenter/options and chose ‘nothing’ for “include for…table/fields/indexes” and then it prints a table name per page rather than a simple list of ALL of the tables in the database.

        • #1784792

          You can get a simple list of tables using this SQL:
          SELECT Name from MSysObjects WHERE Type = 1
          You can get a list of queries by changing Type to 5.
          Hope that helps.

          • #1784801

            where/how do i do this?

            • #1784805

              Create a NEW query. Switch to SQL view and insert the parameters Rory gave. Switch to datasheet view for the results.

            • #1784814

              Fantastic…what can i add to the sql statement to also get the description?

    Viewing 0 reply threads
    Reply To: printing a list of tables

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: