If your index will be accessed through other database applications, select Traditional system (non-SQL) access.
Specify a name for the record format. Then select one of the following for Columns included in record format:
All table columns followed by key expressions
Specifies that all columns of the table will be added to the format for the index. All the columns will be defined in the same order as they appear in the format of the table and precede any expressions defined as index keys.Key columns and expressions only
Specifies that only the columns specified as index key columns are added to the format for the index.Key columns and expressions followed by listed table columns
Specifies that the listed columns are added to the format for the index in the order listed. If columns or named expressions from the index key expression list are included in the column list, they will appear in the format in the order specified; otherwise, they will be added to the end of the format. If a column is renamed in the key expression list, that new name must be used.