+ Reply to Thread
Results 1 to 2 of 2

What is the Access equivalent of Excel's COUNTIF?

  1. #1
    RedStep
    Guest

    What is the Access equivalent of Excel's COUNTIF?

    I'm preparing a quick report in Access (which I've never used before). I
    just need to display totals for each value in a column...they're selected via
    a combo box, so it should be easy....thanks!

    BTW, this wouldn't let me post in the Access forum for whatever reason.

  2. #2
    Fredrik Wahlgren
    Guest

    Re: What is the Access equivalent of Excel's COUNTIF?


    "RedStep" <[email protected]> wrote in message
    news:[email protected]...
    > I'm preparing a quick report in Access (which I've never used before). I
    > just need to display totals for each value in a column...they're selected

    via
    > a combo box, so it should be easy....thanks!
    >
    > BTW, this wouldn't let me post in the Access forum for whatever reason.


    Do you need some kind of SQL statement? It would be something like

    select count(*) from SomeTable where SomeColumn > 0

    /Fredrik



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1