QueryDef.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 QueryDef object.

Remarks

The Updatable property of a QueryDef object is set to True if the query definition can be updated, even if the resulting Recordset object isn't updatable.