Hi All,
I have a question and Its a bit of a hard one,
I have made a vehicle database which lists when equipment goes on breakdown/down time with a from and two fields,
I have a query currently in place using "between (FromDate) and (ToDate)" under the From field only to show anything that went "on" breakdown between these dates and is working well but there is a greater issue
For example I have
Car 1 on breakdown from 01-Sept-13 to 30-Nov-13
and
Car 2 on breakdown from 01-Oct-13 to 30-Oct-13.
If I search from 15-Sept-13 to 15-Nov-13 I will find Car 2 as its between the dates, but Car 1 is not showing it, by right is still on breakdown on the dates of my query search as it went on and off before and after the defined dates.
Is there a way i can include items like these events?
Hope this makes sense.