Q
Quintus Snapper
Hi All,
I am trying to make a small db which holds car rental data. Prices for
the cars differ based on the season. There are 3 seasons (low, med &
high).
I have made a table which contains the season date ranges, like:
Season - StartDate - End Date (DD/MM/YY)
Low - 01/11/04 - 19/03/05
Med - 20/03/04 - 30/06/04
Med - 01/10/04 - 31/10/04
High - 01/07/04 - 30/09/04
Now if I have a date, ie 14/06/04, how do I write a query to tell me
which Season it falls under?
Thanks in advance for any help.
Quintus
I am trying to make a small db which holds car rental data. Prices for
the cars differ based on the season. There are 3 seasons (low, med &
high).
I have made a table which contains the season date ranges, like:
Season - StartDate - End Date (DD/MM/YY)
Low - 01/11/04 - 19/03/05
Med - 20/03/04 - 30/06/04
Med - 01/10/04 - 31/10/04
High - 01/07/04 - 30/09/04
Now if I have a date, ie 14/06/04, how do I write a query to tell me
which Season it falls under?
Thanks in advance for any help.
Quintus