H
hughess7
Hi
I have quater start dates by the user choosing which Year and which Month
(Jan, Apr, Jul, Oct) and storing in a field as follows:
Date1 = DateSerial(YearChoice, MonthChoice, 1)
I need to plot this in a crosstab though and therefore I need the StartDate
to be a Monday's date. 01/04/07 was a Sunday so if left like this it does not
put my data in the correct columns on my report.
Searching the forum but so far not found an answer - can anyone help?
Thanks in advance for any help.
Sue
I have quater start dates by the user choosing which Year and which Month
(Jan, Apr, Jul, Oct) and storing in a field as follows:
Date1 = DateSerial(YearChoice, MonthChoice, 1)
I need to plot this in a crosstab though and therefore I need the StartDate
to be a Monday's date. 01/04/07 was a Sunday so if left like this it does not
put my data in the correct columns on my report.
Searching the forum but so far not found an answer - can anyone help?
Thanks in advance for any help.
Sue