Hi all,
I need to put the current date and time in a report footer.
This is the code I have in a textbox of the report footer right now and it works...
="Printed the " & Format(Now(), "dd-mm-yyyy hh:mm")
But when I change pages, the time is update... So the first page can have a time of
05/03/2009 09:48 and the second page can have a different time ex 05/03/2009 09:49.
I need probably to get the date time only in the report_open function...
Can someone help me on this ?
Thanks,
Doris
I need to put the current date and time in a report footer.
This is the code I have in a textbox of the report footer right now and it works...
="Printed the " & Format(Now(), "dd-mm-yyyy hh:mm")
But when I change pages, the time is update... So the first page can have a time of
05/03/2009 09:48 and the second page can have a different time ex 05/03/2009 09:49.
I need probably to get the date time only in the report_open function...
Can someone help me on this ?
Thanks,
Doris