Table date in Text Box

  • Thread starter Thread starter Guest
  • Start date Start date
What do you expect this value to display? I don't think this has been
reliable since several versions ago. It is not a documented property.
 
My purpose is to show all who view (and print) this report when the
supposting data was updated. Any thoughts?
 
There is nothing that identifies when a record or any data was last updated
unless you program something.
I expect you would need to add some code to a form's before update event
that would write the current date and time to a field in a table.
 
Back
Top