Access Query Help
AuthorityAction
Missouri Member
I am trying to crank out a simple Access database that details the courses that students are taking in the building I live in. What I have is a list of the courses being taken all in one column like so:
CSC 333
PLS 101
COM 115
PLS 101
MTH 135
PLS 101
COM 115
What I would like to get out of this information is the number of times each course is being taken, so from this data I would get the following from some query:
PLS 101 - 3
COM 115 - 2
CSC 333 - 1
MTH 135 - 1
Thanks for any help!
CSC 333
PLS 101
COM 115
PLS 101
MTH 135
PLS 101
COM 115
What I would like to get out of this information is the number of times each course is being taken, so from this data I would get the following from some query:
PLS 101 - 3
COM 115 - 2
CSC 333 - 1
MTH 135 - 1
Thanks for any help!
0
Comments
something along the lines of
I am a RA in the building and the residents voluntarily gave their class schedules to me. My goal is to figure out what the most popular class is so that we can get study nights setup with professors for those classes.
Thanks for this, I am pretty sure I can change the syntax easily for Access.
I had a similar thought as well. I have a lot more information on just my floor that I plan on trying to do some fancier stuff down the road. For now its a lot of work for something simple, but I think down the road it will make my life easier.