Hi -
I am creating a Transcript report that will group courses taken by Semester.
I am having trouble figuring out how to work with the dates.
Semesters StartTerm EndTerm
Spring 1/2/2013 4/19/2013
Summer 4/29/2013 8/16/2013
Fall 8/26/2013 12/17/2013
I was attempting to use Month(datestart) "datestart is the date the course starts" as my logic but if a course started before April 19 then it would fall in the Summer semester when it should be in the Spring.
I was creating the logic in the report grouping.
I would guess that VBA is the way to go but I am clueless as to how to approach this problem.
Any help would be greatly appreciated.
I am creating a Transcript report that will group courses taken by Semester.
I am having trouble figuring out how to work with the dates.
Semesters StartTerm EndTerm
Spring 1/2/2013 4/19/2013
Summer 4/29/2013 8/16/2013
Fall 8/26/2013 12/17/2013
I was attempting to use Month(datestart) "datestart is the date the course starts" as my logic but if a course started before April 19 then it would fall in the Summer semester when it should be in the Spring.
I was creating the logic in the report grouping.
I would guess that VBA is the way to go but I am clueless as to how to approach this problem.
Any help would be greatly appreciated.
