Thank you very much, this worked perfectly.
Christopher Reilley Business Systems Analyst - Printing W.B. Mason Co. 59 Centre Street, Brockton, MA 02303 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (p) 508.436.8693 (f) 508.436.5090 (c) 781.308.2083 Try this (assuming you've written the <PhoneReturn> rule correctly): if(Rule("PhoneReturn") == "") return 'Tel ' + Field("Direct") + '<br>Fax ' + Field("FAX"); else return 'Tel ' + Field("Direct") + ' • Fax ' + Field("FAX") + '<br>' + Rule("PhoneReturn"); Make sure you select "Treat returned strigns as tagged text"
<<image001.gif>>
