I have 2 times (hh:mm:ss) where I need to show the difference between the 2 but show a negative value should the second time be larger than the first.
I have tried the following which works but doesn't give a negative result.
FormatDateTime(((oRSMyResults.Fields.Item("TotalTrans").Value) - (oRSHisResults.Fields.Item("TotalTrans").Value)),vbLongTime)
Any ideas please???
I have tried the following which works but doesn't give a negative result.
FormatDateTime(((oRSMyResults.Fields.Item("TotalTrans").Value) - (oRSHisResults.Fields.Item("TotalTrans").Value)),vbLongTime)
Any ideas please???