G Guest Aug 25, 2006 #1 How can I automatically pull a table's modified date into current text within a report?
D Duane Hookom Aug 25, 2006 #2 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.
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.
G Guest Aug 25, 2006 #3 My purpose is to show all who view (and print) this report when the supposting data was updated. Any thoughts?
My purpose is to show all who view (and print) this report when the supposting data was updated. Any thoughts?
D Duane Hookom Aug 25, 2006 #4 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.
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.