merlynsdad
Programmer
varSignon = 8:24:51AM, varSignoff = 6:29:14PM.
My code reads
Event_type=3, so varSignon_Dur should equal 36263 seconds, but is showing zero, but computes correctly prior to this. Any problems in this formula?
If the square peg won't fit in the round hole, sand off the corners.
My code reads
Code:
If rst1![event_type] = 3 Then
varSignoff = rst1![signoff]
varSignon_Dur = ((varSignoff - varSignon) * 24 * 60 * 60)
Event_type=3, so varSignon_Dur should equal 36263 seconds, but is showing zero, but computes correctly prior to this. Any problems in this formula?
If the square peg won't fit in the round hole, sand off the corners.