TableDef.Updatable property (DAO)
Applies to: Access 2013, Office 2013
Returns a value that indicates whether you can change a DAO object. Read-only Boolean.
Syntax
expression .Updatable
expression A variable that represents a TableDef object.
Remarks
The Updatable property setting is always True for a newly created TableDef object and False for a linked TableDef object. A new TableDef object can be appended only to a database for which the current user has write permission.