If the field is blank, and it's in a bound control on your form, the value
will actually be Null. By default a text field does not accept a zero length
string which is causing your error. You can set the property for the field to
accept a zero length string in table design