> What confuses me, though, is that I set all my undef'ed vars to > empty strings and still got the error.
If you have your access field's "Required" attribute set to No but the "Allow Zero Length" field set to "No" too then you will get error if you try to insert an empty string. If you have a date field that is not "Required" you must either insert a valid date or null (undef) - an empty string will not work! -- Simon Oliver
