Ok, I need to take a date [ExitDate], change it to the corresponding quarter. I used DatePart("q",[ExitDate]), and it returned the quarter of the date. Using this, I need to add 2 quarters. I did it, but it doesnt take in effect that there is only 4 quarters in a year, and I want...