I have a form that I update with a button that runs a macro to do the update. I would like to display the last update "date" under that button. I would assume it could be done via the macro but not sure of best way.
i am working with an individual right now that does this same concept in a table. he stores the current user name and ID in a table, and references that single record table whenever he needs the name or ID on form controls. you could do the same thing....
create a table that stores one field, a DATE. then update it dynamically everytime the button on the form is pressed. like this: