Keeping date in form after update

PMENDOZA

New member
Local time
Today, 12:29
Joined
Jul 29, 2018
Messages
7
I have form that has buttons that update data files. I have created a label on the form that records the last date/time the update was run for eact button.

I can set the value to the label to Now() when running the macro thatupdates, and the date/time is set on form.

However, when I close the form , all the set date/time values are lost.

Is there a way to keep the values on the form until the macro is run again, and sets the date time in the filed ?

Any help would be appreciated.

Thanks.
 
Contols (Labels, Text Boxes and Combo Boxes) that are unbound will not retain any values. You would need to bind those controls to fields in a table.
 
Ok, thanks. I'll try to solve that way.
 

Users who are viewing this thread

Back
Top Bottom