Note the above function will display the date at the bottom of a report page =Now()
- You can change the size, color and format (e.g. mm/dd/year to another date format etc.) by double-clicking on the function
Microsoft Access will put some functions in automatically when you use the Report Wizard and select various options, or you can use the
text box (under the Design tab) to create your own
Note: the function below is more complicated
="Page "&[Page]&" of " & [Pages]
Note anything in quotation marks e.g "Page " will be actually printed out combined with an actual number used in the square bracket function [Page]
The square bracket function [Pages] refers to the total number of pages in a report
In report view the above function would appear as follows in a 3 page report:
Page 1 of 3 pages
This website and its content is copyright of FreeOfficeTutorials.com © FreeOfficeTutorials.com 2011. All rights reserved. Any redistribution or reproduction of part or all of the contents in any form is strictly prohibited.