Hi i have a Textbox called DateTimeGiven which CONCATENATION the Date and TIME: =[DateDefectGivenToEngineer] & " " & [TimeDefectGivenToEngineer]
and another one that does the same: DateTimeReported: =[DateReportedToRepairServices] & " " & [TimeReportedToRepairServices].
I am trying to find the difference between them both using =DateDiff("n",[DateTimeReported],[DateTimeGiven])\60 & ":" & Format(DateDiff("n",[DateTimeReported],[DateTimeGiven]) Mod 60,"00")
When i run the report i seems that the data cant be seen and Access asks for values for the both mentioned boxes. i have checked the CONCATENATION and they work fine its just the DateDiff's
Can anyone help????
and another one that does the same: DateTimeReported: =[DateReportedToRepairServices] & " " & [TimeReportedToRepairServices].
I am trying to find the difference between them both using =DateDiff("n",[DateTimeReported],[DateTimeGiven])\60 & ":" & Format(DateDiff("n",[DateTimeReported],[DateTimeGiven]) Mod 60,"00")
When i run the report i seems that the data cant be seen and Access asks for values for the both mentioned boxes. i have checked the CONCATENATION and they work fine its just the DateDiff's
Can anyone help????
Last edited: