Date Default

ChrisDo11

Registered User.
Local time
Today, 05:02
Joined
Jan 21, 2003
Messages
69
i have a "DATE" feild in one of my tables formatted to:

mmm d", "yyyy

Is there anyway to have a default of "-" to show up in my report based on this table if no date is entered?

Thanks,
 
IIf([whateverdate] is null,"-",format(whateverdate, "mmm d, yyyy")

See if that works, not quite sure as I can't test it right now.

Vassago
 

Users who are viewing this thread

Back
Top Bottom