Another one
I am trying to identify a clash of two records based on dates
As an example to explain lets say I have a car and and Record A shows
That between 20/01/2010 and 22/01/2010 my wife has arranged for a service
Record B shows
I then want to use my car from 19/01/2010 to 21/01/2010 so I run a query or other to check dates
So the reocrds look something like this
A
Start Date End Date Task Description
20/01/2010 22/01/2010 Arranged for service
B
Start Date End Date Task Description
19/01/2010 21/01/2010 Use Car
What would be the easiest way to compare the clash of dates via a query
Thanks again
I am trying to identify a clash of two records based on dates
As an example to explain lets say I have a car and and Record A shows
That between 20/01/2010 and 22/01/2010 my wife has arranged for a service
Record B shows
I then want to use my car from 19/01/2010 to 21/01/2010 so I run a query or other to check dates
So the reocrds look something like this
A
Start Date End Date Task Description
20/01/2010 22/01/2010 Arranged for service
B
Start Date End Date Task Description
19/01/2010 21/01/2010 Use Car
What would be the easiest way to compare the clash of dates via a query
Thanks again