|
-
Mar 9th, 2009, 03:37 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Printing fields in Table order
I've got a report with the details based on a table in my database. The field prints all the records fine, but they are always sorted alphabetically. I want them to simply print in the order they were placed in the table.
I've gone through the Record Sort Expert and removed the sort criteria so the field is not even listed there (yet it still sorts and the database field is not)
This should be a really simple thing but I'm stuck.
Thanks
Ken
-
Mar 9th, 2009, 09:46 PM
#2
Re: Printing fields in Table order
Please say :
Crystal Reports version
Data Source (Access, SQL,etc.)
Method You set to retrieve the records ( DAO, ADO, ODBC, etc.)
-
Mar 10th, 2009, 03:21 AM
#3
Frenzied Member
Re: Printing fields in Table order
simply sort(ASC) on the autonumber field....
BTW you never know where exactly a new row is inserted. what you get while viewing records in a datasheet view (MS Access) is simply sorted result based on autonumber field.
few days back a post (databse development) was there on the issue of where records are actually inserted, I'll post the link...
-
Mar 10th, 2009, 03:42 AM
#4
Frenzied Member
Re: Printing fields in Table order
-
Mar 10th, 2009, 05:29 AM
#5
Thread Starter
Addicted Member
Re: Printing fields in Table order
 Originally Posted by jggtz
Please say :
Crystal Reports version
Data Source (Access, SQL,etc.)
Method You set to retrieve the records ( DAO, ADO, ODBC, etc.)
Sorry ... it's CRXI, mdb and I guess it's ADO (CRXI doesn't tell me specifically)
-
Mar 10th, 2009, 05:36 AM
#6
Thread Starter
Addicted Member
Re: Printing fields in Table order
 Originally Posted by VBFnewcomer
simply sort(ASC) on the autonumber field....
BTW you never know where exactly a new row is inserted. what you get while viewing records in a datasheet view (MS Access) is simply sorted result based on autonumber field.
few days back a post (databse development) was there on the issue of where records are actually inserted, I'll post the link...
Thanks VBFNewcomer. Duh ... did the trick.
Thanks again.
Ken
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
|