Sorry usually when I reply to my own thread I don't get an answer -
this is regarding the question I asked earlier today
I tried the DateAdd("w",((WeekDay([BDT],vbMonday)-1)*-1,[BDT])
I actually want it to return the first day of the week (monday) I don't want to have to type in a date for it to return - I have about 300 records with diferent [BDT]'s
For example: if I do - DateAdd("w",-7,[BDT]) it gives exactly that -
Say my BDT is 5/5/02 then in the projected date column it say =4/28/02 which is 7 days priors - but the problem is no matter what its going to give me 7 days ( that day is a sunday) so what I want is it to automatically give me monday - so for any date that is in the week of 5/6/02 I want it to give me the previous monday?
Does that make sense?
Sorry sometimes I confuse myself when I am trying to get my thoughts down -
Thanks
JINGRAM
this is regarding the question I asked earlier today
I tried the DateAdd("w",((WeekDay([BDT],vbMonday)-1)*-1,[BDT])
I actually want it to return the first day of the week (monday) I don't want to have to type in a date for it to return - I have about 300 records with diferent [BDT]'s
For example: if I do - DateAdd("w",-7,[BDT]) it gives exactly that -
Say my BDT is 5/5/02 then in the projected date column it say =4/28/02 which is 7 days priors - but the problem is no matter what its going to give me 7 days ( that day is a sunday) so what I want is it to automatically give me monday - so for any date that is in the week of 5/6/02 I want it to give me the previous monday?
Does that make sense?
Sorry sometimes I confuse myself when I am trying to get my thoughts down -
Thanks
JINGRAM