Hi, I'm using "$class->update_from_form( $c->form )" to pass through my form submission to my Class::DBI model. This works great except when I'm trying to put an empty string in place of some value that was there before (that is, I want to get rid of a field's value). Any suggestions or workarounds? ky