I have a date mask problem. I am working with a report in CR8 that is tied to an Access97 database that I cannot control, therefore I do not know what format the date resides in at the field level. Here is the mask attempt I am trying to force to work:
If IsNull({Requests for Information.RFI~DateRequired}) Then
{@lng.DateRequired:} + " " + ""
Else
{@lng.DateRequired:} + " " + ToText ({Requests for Information.RFI~DateRequired}, "mm,/dd,/yyyy"
;
Any suggestions?
Thanks-
If IsNull({Requests for Information.RFI~DateRequired}) Then
{@lng.DateRequired:} + " " + ""
Else
{@lng.DateRequired:} + " " + ToText ({Requests for Information.RFI~DateRequired}, "mm,/dd,/yyyy"
Any suggestions?
Thanks-