M
matjcb
I have a start date and an end date on a table.
Is there a way to query a date within the start date and end date?
For example:
Table has,
Start date End date Hours per day
08-01-08 08-30-08 4
08-20-08 08-30-08 5
08-01-08 08-19-08 3
Query 08-18-08 to get “7†Hours per day
And
Query 08-22-08 to get “9†Hours per day
thx
Is there a way to query a date within the start date and end date?
For example:
Table has,
Start date End date Hours per day
08-01-08 08-30-08 4
08-20-08 08-30-08 5
08-01-08 08-19-08 3
Query 08-18-08 to get “7†Hours per day
And
Query 08-22-08 to get “9†Hours per day
thx