I have included the LastPrintDate() function in a cell in a report, but rather than just showing the date, I want the cell to read;
"Date of Print: dd/mm/yyyy"
I have tried concatenation using the ToDate and FormatDate functions but keep getting #ERROR.
Any ideas?