B
bUncE
Afternoon all,
I have a form which is a main form for some data entry. On this form is the
functionability for a user to go into idle mode, or lunch break etc, when
they click the idle mode (etc) it will begin a stopwatch style timer.
When they click return, it will stop the timer and store the value.
After that that i went to include a "time spent per record" field. So i
needed to work out the time spent minus the idle mode time etc.
Now for the life of me i cannot work out why when i click on IDLE etc that
it turns two of my textboxes from valid times into NULL values?
Seen as i use these textboxes with times to calculate the time spent per
record it has resulted in only the elapsed IDLE mode time working correctly?
I've tried everything i can think of.. no compile errors or anything, just
NULL values for no foreseeable reason....
Any suggestions will be greatly appreciated!!!
Many Thanks
M
I have a form which is a main form for some data entry. On this form is the
functionability for a user to go into idle mode, or lunch break etc, when
they click the idle mode (etc) it will begin a stopwatch style timer.
When they click return, it will stop the timer and store the value.
After that that i went to include a "time spent per record" field. So i
needed to work out the time spent minus the idle mode time etc.
Now for the life of me i cannot work out why when i click on IDLE etc that
it turns two of my textboxes from valid times into NULL values?
Seen as i use these textboxes with times to calculate the time spent per
record it has resulted in only the elapsed IDLE mode time working correctly?
I've tried everything i can think of.. no compile errors or anything, just
NULL values for no foreseeable reason....
Any suggestions will be greatly appreciated!!!
Many Thanks
M