John J. Mihaljevic wrote: > This is correct, but is there a way to have this field show me blanks > instead of ".NULL."? The reason I ask is for printing the report. I'd > rather the report be blank in these cases instead of printing .NULL. > Lots of ways. Just a few off the top of my head, regarding the report form: 1. Set Print When to be !Null(Fieldname) 2. set the expression to be Nvl(Fieldname,"")
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

