Why not simply subtract 6 hours from the times so that they coincide with
how Access sees things?
Look at DateAdd("h", -6, MyTime) instead of MyTime.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"kevcar40" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hi
> I am developing a Database to capure faults in a product
> and i want to return the results by the days number of faults
> problem is
> Access starts the day at 00:00
>
> i need to tract over the working day ie 06:00 to 05:59 next
> day(24hours)
>
>
> is there anyway to set the start end time in access
> if not can anyone help with a query that will do this
> thanks
>
> kevin
>