L
lbbeurmann
I am trying to build a query that shows the projected start dates for
students in a class. each class starts on the monday 2 weeks after they sign
up. i am not able to modify the tables to add in a projected start date for
each student, but i wanted to run a query and base it on their sign-up date.
the problem is that not all students sign-up on a monday, so using a dateadd
of 2 weeks does not give a valid class start date. is there another function
that i can use to calculate this in my query? any help is greatly
appreciated.
students in a class. each class starts on the monday 2 weeks after they sign
up. i am not able to modify the tables to add in a projected start date for
each student, but i wanted to run a query and base it on their sign-up date.
the problem is that not all students sign-up on a monday, so using a dateadd
of 2 weeks does not give a valid class start date. is there another function
that i can use to calculate this in my query? any help is greatly
appreciated.