Alan has attended:
Access Introduction course
Access Intermediate course
Excel Intermediate course
Access reporting
How do you add the page X of X in a footer - I think it was called concactination - I need to use it in Word as well as Access
RE: Access reporting
Hi Alan
Concatenation is used to add the page numbers in a report footer. The code is as follows:
"Page " & [Page] & " of " & [Pages]
However in Microsoft Word you don't need to use Concatenation to add a page number to a footer.