G
Guest
I have a field "Dateorder" within a record that is either blank, or has a date entry in the style mm/dd/yy. In a report I wish to generate, I would like display a response of "Your order was received on mm/dd/yy" if there is a date entry in the particular field; in the event there is no entry in the particular field, no text would be displayed at all
I have tried the following expression in the properties-control source box without success
iif([Dateorder]=is not null, "Your order was received on [Dateorder]", " "
Should I be using some other expression? Or should the appropriate expression be put in the query builder screen upon which the report is based
Any help would be greatly appreciated
Rick Kani
I have tried the following expression in the properties-control source box without success
iif([Dateorder]=is not null, "Your order was received on [Dateorder]", " "
Should I be using some other expression? Or should the appropriate expression be put in the query builder screen upon which the report is based
Any help would be greatly appreciated
Rick Kani