I get the error "Cannot be a zero-length string" when someone removes data from an asp form or leaves a field blank. The Data comes from a MSACCESS Database, the fields are not required to have data. the error occurs when I try to write data back to the record for updating.. Can someone clue me in on how to eliminate this checking? My form field value looks like this : <%response.write rsemp("FirstName"%> Any help is appreciated..Fields in Access accept NULL..