MrMitchell
New member
- Local time
- Today, 13:02
- Joined
- Jun 7, 2012
- Messages
- 5
Hey all,
I've been lurking around the forum for some time and I'm usually able to find solutions to my roadblocks using the search function, but couldn't find anything, so hopefully you all can help! What I'm trying to do seems fairly straight forward, but can't get the query to work properly for some reason. What I have, essentially, is a table that looks like this:
Region City Date Account_num
NW Portland 6/11/2012 1234
MW Kansas City 6/10/2012 4567
What I'd like to have the query do, is show how many accounts were created by day of week, essentially the field names would look like:
region city Saturday Sunday Monday Tuesday Wednesday Thursday Friday
I've been trying to get there using a variety of different formulas mostly looking like :"Count(iif(DatePart("w"......
but can't seem to get it right. Any help would be greatly appreciated! Thanks in advance for everyone's time!
I've been lurking around the forum for some time and I'm usually able to find solutions to my roadblocks using the search function, but couldn't find anything, so hopefully you all can help! What I'm trying to do seems fairly straight forward, but can't get the query to work properly for some reason. What I have, essentially, is a table that looks like this:
Region City Date Account_num
NW Portland 6/11/2012 1234
MW Kansas City 6/10/2012 4567
What I'd like to have the query do, is show how many accounts were created by day of week, essentially the field names would look like:
region city Saturday Sunday Monday Tuesday Wednesday Thursday Friday
I've been trying to get there using a variety of different formulas mostly looking like :"Count(iif(DatePart("w"......
but can't seem to get it right. Any help would be greatly appreciated! Thanks in advance for everyone's time!