TableDef.Updatable Property (DAO)

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.