C
Chris
I need a little help with a query that I'm making involving time calculations.
In my query I have two columns: [Startime] and [Endtime].
I have already added a column in my query that calculates the difference
[TotalTime].
I need a column [First 30 min] that gives me a "1" when the TotalTime is
greather than 00:01. (That I have found to with : First 30 min:
IIf([TotalTime]>0;"1";"0"))
Now I need a column [Next 15 Min] that gives me the time that is left over
when I substract 29:59 minutes from [TotalTime]. The result rendered in that
column must be shown as a number of the total of quarters left over.
Does anyone have a simple idea?
Thanks in advance
Chris
In my query I have two columns: [Startime] and [Endtime].
I have already added a column in my query that calculates the difference
[TotalTime].
I need a column [First 30 min] that gives me a "1" when the TotalTime is
greather than 00:01. (That I have found to with : First 30 min:
IIf([TotalTime]>0;"1";"0"))
Now I need a column [Next 15 Min] that gives me the time that is left over
when I substract 29:59 minutes from [TotalTime]. The result rendered in that
column must be shown as a number of the total of quarters left over.
Does anyone have a simple idea?
Thanks in advance
Chris