How do I insert a date or time into a page footer

  • Thread starter Thread starter alnktn
  • Start date Start date
A

alnktn

I want to insert the system date and/or time into a page footer on the page -
there are multiple forms on the page and I don't want it in each form, nor do
I want it at the top - just in the page footer.
 
I want to insert the system date and/or time into a page footer on the
page - there are multiple forms on the page and I don't want it in each
form, nor do I want it at the top - just in the page footer.

Use a TextBox with a ControlSource expression of =Now(). The format
property of that TextBox can be set for the desired date and time format.
 
Back
Top