T
Tony
if the field(text) of record is null, then the query result of the field
would be "ABC" instead of "blank".
Can i do it?
Thanks a lot.
would be "ABC" instead of "blank".
Can i do it?
Thanks a lot.
if the field(text) of record is null, then the query result of the field
would be "ABC" instead of "blank".
Can i do it?
Thanks a lot.
Glenn said:Try
Expr1: IIF(IsNull([FieldName]),"ABC",[FieldName])
Rgds,
Glenn-----Original Message-----
if the field(text) of record is null, then the query result of the field
would be "ABC" instead of "blank".
Can i do it?
Thanks a lot.
.