P
Pam
Hi,
I have a form with a subform that gives start and stop times for shop work
done. There is a text box on subform that calculates the difference. I
have put a text box on the main form that holds the same calculated
difference from the subform. These are the other related text boxes on main
form:
RepairMinutes (total time allowed to complete job)
TimeUsed (total time from calculations on subform)
TimeRemaining (RepairMinutes - TimeUsed)
All these text boxes have been calculated to hold milliseconds. I have a
visible text box that shows TimeRemaining in a time format of
hours:minutes:seconds:milliseconds.
I'm trying to use the Timer event to have the time formated text box
countdown the time remaining once the user clicks start time and begins
working on job again. I've searched and tried the following:
Me.TimeRemaining.value = me.TimeRemaining.value - 1
and get error message #2448 "can't assign a value to this object"
Does anyone have a solution to how I can make this work?
Any help would be greatly appreciated.
Thanks in advance!!
Pam
I have a form with a subform that gives start and stop times for shop work
done. There is a text box on subform that calculates the difference. I
have put a text box on the main form that holds the same calculated
difference from the subform. These are the other related text boxes on main
form:
RepairMinutes (total time allowed to complete job)
TimeUsed (total time from calculations on subform)
TimeRemaining (RepairMinutes - TimeUsed)
All these text boxes have been calculated to hold milliseconds. I have a
visible text box that shows TimeRemaining in a time format of
hours:minutes:seconds:milliseconds.
I'm trying to use the Timer event to have the time formated text box
countdown the time remaining once the user clicks start time and begins
working on job again. I've searched and tried the following:
Me.TimeRemaining.value = me.TimeRemaining.value - 1
and get error message #2448 "can't assign a value to this object"
Does anyone have a solution to how I can make this work?
Any help would be greatly appreciated.
Thanks in advance!!
Pam