Add a text box to your report header section:
Name: txtMaxDate
Control Source: =Max([A Date])
Then add a text box to your page footer:
Control Source: =txtMaxDate

Signature
Duane Hookom
Microsoft Access MVP
> Hello,
>
[quoted text clipped - 10 lines]
> Any suggestions? Thanks,
> Guy :)
Guy - 24 Jan 2007 18:22 GMT
Thanks for the suggestion. Sorry it took so long to get back to you but I'm
creating this app during my spare moments and wanted to test it before I
answered you.
It didn't work in the report header but worked from the page header. Also, it
works for all records except the first record. Not sure what it is that is
causing this.
>Add a text box to your report header section:
>Name: txtMaxDate
>Control Source: =Max([A Date])
>
>Then add a text box to your page footer:
>Control Source: =txtMaxDate