
ERROR HANDLING 475
11. Operation is not allowed when the object is closed
FIGURE 26.11
You are trying to reclose the connection, recordset, or any other object which is
already closed.
12. Item cannot be found in the collection
FIGURE 26.12
The field name associated with the recordset does not exist or the field name is
misspelled.
13. Number of query values and destination fields are not the same
FIGURE 26.13
The number of columns that are inserted in the table are more or less than the
number of columns in the table.