Re: [Tutor] updating databases with null values

2010-12-09 Thread bob gailer
On 12/9/2010 11:46 AM, Rance Hall wrote: I have a set of questions that ask about a customers name, address, email, etc. some of these values are allowed to be null, and others aren't. Some are required to have specific formats when they aren't null. I'm happy with the code Ive written and its

[Tutor] updating databases with null values

2010-12-09 Thread Rance Hall
I have a set of questions that ask about a customers name, address, email, etc. some of these values are allowed to be null, and others aren't. Some are required to have specific formats when they aren't null. I'm happy with the code Ive written and its question asking routine, but I need help u