Hi, I presume this is true, but just thought I'd ask. Can "Control Flow functions" (IF and IFNULL) be imbedded? Example: If(a=b, 1, If(a>b, 2, 3)) or IfNull(field1, 'nada', If(Locate('a', field1)>0, field1, 'other')) Thanks, Tim Davis