I've tried several things but they dont seem to work. Any ideas?
DateSerial(year, 1, (WeekNumber-1) * 7 + 1)
DateSerial takes 3 arguments:
year
month
day
if the day is greater than the days in the specified month, they will be
added accordingly
for instance:
?dateserial(2008, 1, 32) --> Feb-01-2008
DateSerial returns a date Data Type
Warm Regards,
Crystal
*
(: have an awesome day :)
*
thanks heaps.
Manoli.