MajP
You've got your good things, and you've got mine.
- Local time
- Today, 02:51
- Joined
- May 21, 2018
- Messages
- 9,976
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.Using the fields collection of the tables collection
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.