• Display / Print List of Queries

    • This topic has 4 replies, 3 voices, and was last updated 16 years ago.
    Author
    Topic
    #459223

    I have about 200 queries (and reports and macros…) in an Access 2000 DB. I would like to be able to display or print a list of their names. How would I do that?

    Thanks!

    JoeK

    Viewing 1 reply thread
    Author
    Replies
    • #1157297

      You can use the built in database documentor in database utilities

    • #1157302

      I have about 200 queries (and reports and macros…) in an Access 2000 DB. I would like to be able to display or print a list of their names. How would I do that?

      You can also use this query:

      Select MsysObjects.Name FROM MsysObjects WHERE MsysObjects.Type=5 AND msysobjects.Name Not Like “~*” ORDER BY msysobjects.Name;

      • #1157490

        You can also use this query:

        Select MsysObjects.Name FROM MsysObjects WHERE MsysObjects.Type=5 AND msysobjects.Name Not Like “~*” ORDER BY msysobjects.Name;

        Thanks! I didn’t know about the Documenter (which I tried), but I think that for my purposes, this query does the trick.
        See, learn something new every day.

        JoeK

        • #1157509

          Thanks! I didn’t know about the Documenter (which I tried), but I think that for my purposes, this query does the trick.
          See, learn something new every day.

          Yeah, the built-in Documenter tends to give you more information than you need, with no way to limit it. That’s why I created my own Table Documenter which is part of my Liquorman Utilities. I might consider adding a Query Documenter to it!

    Viewing 1 reply thread
    Reply To: Display / Print List of Queries

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

    Your information: