i hate them jim... my brain can't work that way, ha.
but it's changed a bit since this morning...
For i = LBound(ArrayCat) to UBound(ArrayCat)
Response.Write "<br><br><b>" & ArrayCat(i)& "</b>" & "<br>"
j = CDate(startDate)
ASPSDate = Startday& "/" & Startmonth& "/" & Startyear
While j < CDate(endDate) ' -- Need date range function +1 here
nextDate= DateAdd("d", 1, ASPSDate)
j = j + 1
response.write "<br>" & WeekDayName(WeekDay(ASPSDate)) & " " & ASPSDate
it feels like a work of art the amount of time and looping and grrring that went into it.
not that anybody cares but hey, i have to show something for an ENTIRE DAY'S WORK...
well, ok, there was more to it but that was the nastiest bit, ha.
have finished work now.. just waiting for thomas to come and get me
abz xx