M
Mike Collard
I have a table that holds average values by week number -
the last week held is currently week 21 so I now need to
add data for week 22 and week 23.
If the table held data by date I could use the last date
as the starting point for appending the latest week's data
but how can I use the last week number to return the
appropriate starting date bearing in mind that the source
of the append query is an Oracle table with an ODBC link
with the data stored by date?
It's easy to return a week number from a date but how can
I return the date that corresponds to the first day of
week 22 when all I have is the week and year i.e. Week 22
Year 2004?
Thanks
Mike Collard
the last week held is currently week 21 so I now need to
add data for week 22 and week 23.
If the table held data by date I could use the last date
as the starting point for appending the latest week's data
but how can I use the last week number to return the
appropriate starting date bearing in mind that the source
of the append query is an Oracle table with an ODBC link
with the data stored by date?
It's easy to return a week number from a date but how can
I return the date that corresponds to the first day of
week 22 when all I have is the week and year i.e. Week 22
Year 2004?
Thanks
Mike Collard