K
kate
I have used criteria as shown belown only problem with this formula is when
you get to oct 2006 my query shows
200610 200604 200605 200606
i need the October month to be at the end can anyone help please.
thankyoooooooo
Kate
Month Year:
IIf(DatePart("yyyy",DateAdd("m",-3,[ApptDate]))=2006,DatePart("yyyy",[ApptDate]) & Month([ApptDate]))
you get to oct 2006 my query shows
200610 200604 200605 200606
i need the October month to be at the end can anyone help please.
thankyoooooooo
Kate
Month Year:
IIf(DatePart("yyyy",DateAdd("m",-3,[ApptDate]))=2006,DatePart("yyyy",[ApptDate]) & Month([ApptDate]))