Charlie100
New member
- Local time
- Today, 05:06
- Joined
- Nov 2, 2021
- Messages
- 12
Hi, I have a table with a range of dates within a field. If I wanted to run an ms access query to count occurrences of a criteria within another field within a specific date range is this possible?
My existing query will display all the rows within the date range but I'm looking just for a count number.
Example
Team A, Team C, Team C
Count the number of dates which fall between a start and end date for each team.
Example looking to achieve
Team A = 5 (numbers of dates falling between the date range)
Team B = 2
Team C = 1
My query for the
My existing query will display all the rows within the date range but I'm looking just for a count number.
Example
Team A, Team C, Team C
Count the number of dates which fall between a start and end date for each team.
Example looking to achieve
Team A = 5 (numbers of dates falling between the date range)
Team B = 2
Team C = 1
My query for the