How to set field from VBA on Form Save

  • Thread starter Thread starter frank
  • Start date Start date
F

frank

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
 
Back
Top