Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.1 KB

append-method-adox-indexes.md

File metadata and controls

37 lines (23 loc) · 1.1 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
Append method (ADOX Indexes)
Append method (ADOX Indexes)
015ebab4-5e9d-8777-ac82-4d20e957c274
48542933
09/18/2015
v=office.15
medium

Append method (ADOX Indexes)

Applies to: Access 2013, Office 2013

Adds a new Index object to the Indexes collection.

Syntax

Indexes.AppendIndex [,Columns]

Parameters

Parameter Description
Index The Index object to append or the name of the index to create and append.
Columns Optional. A Variant value that specifies the name(s) of the column(s) to be indexed. The Columns parameter corresponds to the value(s) of the Name property of a Column object or objects.

Remarks

The Columns parameter can take either the name of a column or an array of column names.

An error will occur if the provider does not support creating indexes.