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

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.
 
R

Rick Brandt

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top