I want it so that when someone prints my report; the report will have the current date on it. There is no insert date/time function so I have no clue what to due.
Printable View
I want it so that when someone prints my report; the report will have the current date on it. There is no insert date/time function so I have no clue what to due.
There are several dates you can select from the "Special Fields" list.
In Crystal (ver. 8.5) - Insert Menu -> Field Objects - > Special Fields
If you are using the Crystal Designer in VB - right click anywhere on the report layout and use the Insert -> Special Fields menu or show the Field View list, open the Special Fields list and just drag them onto your report.
You could also create a formula that returns the current date.
Sweet. Thanks for the help.