• Access Query (2003)

    Author
    Topic
    #451005

    Is it possible to display the record count in a query?

    Viewing 2 reply threads
    Author
    Replies
    • #1109279

      Why do you want to do this?

      Is the query run from VBA code?

      You could make a function to do this?

      • #1109284

        I have queries that specify different criteria for a table. Each query gives me a different result – I need the record number of the queries to create a chart. Hopefully this makes sense. Thank you.

    • #1109291

      You can create query that counts records, but if you you will no longer see all the records.
      Include just one field (they key) and click the totals button on the toolbar.
      This will add another row to the query grid. Put count on this line.
      When you view the results, you will just see the count.

    • #1109325

      Use: Dcount(“*”, “..your query name here…”)

    Viewing 2 reply threads
    Reply To: Access Query (2003)

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

    Your information: