Rexolio
Technical User
- Aug 29, 2001
- 230
when someone fills out my form and leaves an unimportant field blank (I have a validation script running for the important ones), the field in my SQL database doesn't automatically go to NULL. I use TRIM(Request.form(""
), but this doesn't work. I have many fields and although I know I could do an if/then statement for each, making each blank value a NULL value, I'd rather not too that if I don't have too.