Me.TimeSpent = Me.TimerLabel.Caption should work
"frank" wrote in message
> Hello
> I have a data entry form with a label that displays a running timer
> hh:mm:ss.
> The value displayed on the timer label must be saved to the TimeSpent
> field of the table when the form is saved.
> How can I set the TimeSpent field in the current unsaved record when
> the save button is clicked?
>
> ???.TimeSpent = TimerLabel.caption
>
>
> Thanks
>> Stay informed about: How to set field from VBA on Form Save