O
OzPete
Hi All,
I have a very simple database that lets people book out a car on a
particular date for their exclusive use.
The car is not available to other users, by means of a simple [query] filter
based on the date. Yet I want to refine this down to allow multiple users
each day.
example:
9am - 1pm - Joe
1pm - 3pm - Tracy
3pm - 4.30pm - Dick
As is obvious from the second sentence, I can exclude by date, it's crude
albeit it works. I want to exclude by time, so:
if Tracy wants the car from 12.15pm to 3pm, she can't have it, cos Joe has
it till 1pm, but she CAN book it from 1pm onwards.... what's the easiest
way guys and gals?
tia
OzPete
I have a very simple database that lets people book out a car on a
particular date for their exclusive use.
The car is not available to other users, by means of a simple [query] filter
based on the date. Yet I want to refine this down to allow multiple users
each day.
example:
9am - 1pm - Joe
1pm - 3pm - Tracy
3pm - 4.30pm - Dick
As is obvious from the second sentence, I can exclude by date, it's crude
albeit it works. I want to exclude by time, so:
if Tracy wants the car from 12.15pm to 3pm, she can't have it, cos Joe has
it till 1pm, but she CAN book it from 1pm onwards.... what's the easiest
way guys and gals?
tia
OzPete