D
DaveN
I have an Access data base in which I have seperate fields for date and time.
Truth Date, Truth Time, Reported Date, Reported Time. Time is recorded in 24
hour time (hh:nn:ss). I am doing a Datediff on the time fields datediff ("s",
[truth time],[reported time]). Everything works except for the problem of
going past midnight (ex: truth time=23:59:25, reported time=00:01:25) I get a
diff of -86280 seconds. Using the built in expressions in Access is there a
way to allow for this and get the correct number of seconds?
Also I have tried building multiple expressions in the expression builder
(such as datediff then an IIf > statement) and Access cannont understand the
expression. Is there some format I am missing when trying to do this in
expression builder.
Truth Date, Truth Time, Reported Date, Reported Time. Time is recorded in 24
hour time (hh:nn:ss). I am doing a Datediff on the time fields datediff ("s",
[truth time],[reported time]). Everything works except for the problem of
going past midnight (ex: truth time=23:59:25, reported time=00:01:25) I get a
diff of -86280 seconds. Using the built in expressions in Access is there a
way to allow for this and get the correct number of seconds?
Also I have tried building multiple expressions in the expression builder
(such as datediff then an IIf > statement) and Access cannont understand the
expression. Is there some format I am missing when trying to do this in
expression builder.