D
Dave
I have a command button that runs code to import a text file. I want
to capture a timestamp for the last time the text file was imported
and display that on a form. I tried to write to an unbound text box on
the form, using the now() function, and it works initially, but when
the form is closed, the value is not retained. The next time the form
is opened, the unbound text box is Null.
Any ideas,
Dave
to capture a timestamp for the last time the text file was imported
and display that on a form. I tried to write to an unbound text box on
the form, using the now() function, and it works initially, but when
the form is closed, the value is not retained. The next time the form
is opened, the unbound text box is Null.
Any ideas,
Dave