.TableIndexes.Add
(gb.db)
Syntax
SUB Add ( Name AS String, Fields AS String [ , Unique AS Boolean ] )
Adds a new index to an existing table.
- Name is the name of the index.
- Fields is a comma-separated list of the name of the fiels that will make up the index.
- Unique indicates if this index will be unique. By default, the index is not unique.