|
-
Aug 23rd, 2000, 10:52 AM
#1
Thread Starter
Member
A silly Question, PLEASE HELP!
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 ???
-
Aug 23rd, 2000, 11:02 AM
#2
Fanatic Member
Hi,
Instead of worrying about using the index. On the grid there is a sort property which you can use against a column. It's very efficient and easy to use.
-
Aug 23rd, 2000, 11:04 AM
#3
Thread Starter
Member
Hi Crawley,
using sort wont slow down the process ???
-
Aug 23rd, 2000, 11:23 AM
#4
Frenzied Member
Depends on the number of records, size of recordset, memory available....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|