inconsistent
The state of a multiple-table Recordset object that enables you to update all fields (columns). For example, in a Recordset created by joining two tables in a one-to-many join (as in a Customers and Orders table), you can update Orders.CustomerID
so that it doesn’t match Customers.CustomerID
, unless referential integrity disables the update.