|
-
Jan 8th, 2001, 05:32 AM
#3
Thread Starter
Lively Member
I can get it listed on the grid in either ASC or DESC order no prob, but how do I override the order?
I have an example like:
strSQL = "SELECT * FROM myTable ORDER BY inv_status ASC"
rs.cursorlocation = adUseClient
set mshflexgrid1.datasource = rs
This would display in the order:
not paid, open, paid, unlikely
What if I want the order different and not ASC or DESC? Such as not paid, open, unlikely, and paid.
Thanks for the quick reply.
Eric
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
|