
Help - Error: -2147467259 - Insufficient base table information
Probably the record you try to update is not unique. Probably you update a
query recordset (maybe a join) and somehow there are multiple records that
might be updateable. Make the record unique either by selection or by adding
an autonumber field to the table.
Quote:
>-2147467259
>?err.Description
>Insufficient base table information for updating or refreshing
>I got this error trying to update a normal Access db table
>anybody know what this error is trying to tell me??
>thanks