Share via


QueryDef.Updatable Property

Access Developer Reference

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.