Hi, I'm using:

VB 6.0
Microsoft Access 2000 - 9.0

-----------------------------------------------------------

I have a form which interacts with my database, the form
is currently working great at pulling up records, displaying
information, etc...

My Problem occurs, whenever I attempt to "edit" or "update"
a record. If I completely delete the information in a record's field,
and leave the field blank... I get the following error:

Run-time error '-2147217887 (80040e21)':

Multiple-step operation generated errors. Check each status value.


Is there any way to blank-out / delete the information in a record's field
without generating an error?

Thanks!!!