Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display text instead of date in date field

Status
Not open for further replies.

Aerowolf

Programmer
Nov 6, 2002
64
Is there a way to show text in a date field on a report?
I want to be able to put "N/A" in a date field if the field is null.

Thanks

Edwin
 
Hi
How about putting a textbox in place of your date field, with something like (?):
[tt]=IIf(IsDate([MyDateField]),[MyDateField],"N/A")[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top