M
milly54
Hi,
I'm working with a holiday-park database, where the booking week runs from
Saturday to Friday - (and may also have midweek bookings traversing a
weekend).
I'm trying to report their bookings/values by week number, but as the ISO
week is Monday to Sunday, I get incorrect/split reporting.
The week numbering does NOT have to agree with calendar week numbers, just a
numerical value incrementing through the booking year (eg from Sat 5th Jan
2000 to Fri 26th Dec 2008)
I've tried using: DatePart("ww",[Booking_Start],7) but of course this is
only good if the booking starts on a Saturday.
Is there a way to achieve this?
Many thanks
I'm working with a holiday-park database, where the booking week runs from
Saturday to Friday - (and may also have midweek bookings traversing a
weekend).
I'm trying to report their bookings/values by week number, but as the ISO
week is Monday to Sunday, I get incorrect/split reporting.
The week numbering does NOT have to agree with calendar week numbers, just a
numerical value incrementing through the booking year (eg from Sat 5th Jan
2000 to Fri 26th Dec 2008)
I've tried using: DatePart("ww",[Booking_Start],7) but of course this is
only good if the booking starts on a Saturday.
Is there a way to achieve this?
Many thanks