B
bindurajeesh
this one has me stumped.
I move through a recordset and place ending time in a variable (timeout) and
then move to next record and then compare that ending time with the new
records begin time (rs1!los_beg_time). if timeout <= rs1!los_beg_time then I
move to the next record. else I then have code give a message box which
gives me the client number and the timeout and the rs1!los_beg_time.
code operates just fine on all records except one. the timeout for this
record is 4:00:00 PM and the rs1!los_end_time is 4:00:00 PM. the code goes
to the else part of the if because it thinks that the two pieces are not
equal. i converted both to a dbl and they both are 0.6666666667. I did this
in the immediate pane. I checked in the immediate pane if the previous
record was truely 4:00:00 PM and it was. This record should not be processed
and the code should move to a new record to test. What am i missing?
I move through a recordset and place ending time in a variable (timeout) and
then move to next record and then compare that ending time with the new
records begin time (rs1!los_beg_time). if timeout <= rs1!los_beg_time then I
move to the next record. else I then have code give a message box which
gives me the client number and the timeout and the rs1!los_beg_time.
code operates just fine on all records except one. the timeout for this
record is 4:00:00 PM and the rs1!los_end_time is 4:00:00 PM. the code goes
to the else part of the if because it thinks that the two pieces are not
equal. i converted both to a dbl and they both are 0.6666666667. I did this
in the immediate pane. I checked in the immediate pane if the previous
record was truely 4:00:00 PM and it was. This record should not be processed
and the code should move to a new record to test. What am i missing?