ADO Index Property

The Index property sets or returns a string value that indicates the name ofthe current index for aRecordset object. The index must have been created as an index on the table oras an ADOX Index object. This property can be set on an open or closed Recordset."

Syntax

objRecordset.Index

❮ Complete Recordset Object Reference