I have a form (frmCustomer) with following controls on it:

- Data (datCustomer)
Database Name : dbMaster
Record Source : tblCustomer
- MSFlexGrid (flxCustomer)

There are two index associated with tblCustomer
- CustNo (Primary)
- CustName

By default data is appearing in MSFlexGrid with primary index whereas i like to show it on other index (CustName).

Can some body help me and tell me HOW ???