David, Why not use the NVL() Function.
Dave Crozier The secret to staying young is to live honestly, eat slowly, and to lie about your age -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Crooks Sent: 28 September 2006 15:00 To: ProFox Email List Subject: RE: VFP7: SQL Passthrough failure On Thursday, September 28, 2006 2:07 AM Chet Gardiner wrote: >Can you concatenate? >SQLEXEC(field1 + field1) ??? >Just a guess No, I don't see how that can work. I just want to update a couple fields but there are other fields that are setup to not allow Nulls. I am using the following code: TRANSFORM(IIF(ISNULL(m.somefield),'',m.somefield)) Maybe I should just update the fields with a blank field and not deal with the TRANSFORM? Thanks! David L. Crooks [excessive quoting removed by server] _______________________________________________ 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.

