DAO DataUpdatable not Expected or Not Understanding

Using the fields collection of the tables collection
That behavior would be expected for a table. The help file clearly states this property does not work for a tabledef. However, it should work for a recordset.
DataUpdatable property on Field objects that are appended to the Fields collection of QueryDef, Recordset, and Relation objects, but not the Fields collection of Index or TableDef objects.
The help file clearly states that this property is specific to a field and not just the recordset, but as far as I can tell it does not work or at least does not provide any useable information. I tried an autonumber and calculated field and both come back as updateable as long as the recordset is updateable.

However the field attributes do not seem any better. Both the calculated field and autonumber field come back as updateable.
 

Users who are viewing this thread

Back
Top Bottom