I have a form with several textboxes tied to an ADO Data Control and .mdb recordset.

If I type in a txtbox, then delete what I just typed in, so as to leave the txtbox empty, then try to to delete the current record, I get the following error:

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

I'm not sure what this means. I designed a work-around this problem by checking each txtbox, and if it is empty, adding thru code the number "0" into it, and then doing the .delete. When I do it this way, no error occurs. Surely there must be a better solution to this. Can anyone give me an idea? Responses gratefully received!