"Countif" function in Access

Anonymous
2022-04-26T13:51:34+00:00

I have a database in which I am able to get a query that gives me the results of my data. Currently the results are in a stacked format. Is there a way that I could create a query that will enable me to eventually get the "stacked" results in a single line format? In excel I could use the countif formula and then combine the data.

Not sure if this is possible in Access

Microsoft 365 and Office | Access | Other | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Tom van Stiphout 40,091 Reputation points MVP Volunteer Moderator
    2022-04-26T13:54:45+00:00

    One idea is to use a helper function such as this one: Modules: Return a concatenated list of sub-record values (theaccessweb.com)

    0 comments No comments
  2. Anonymous
    2022-04-26T14:04:51+00:00

    Thank you - I think that can be helpful - I just need to figure out how to "fill in the blanks." I'm not sure which pieces of the code I need to update with my query and field names.

    I'm going to try to see what I can figure out.

    0 comments No comments