I am guessing this is not just a case of a missing ORDER BY statement in
your SQL statement?
Can you post the code you are using to get the data from Access so we can
comment?
--
BlackWasp
http://www.blackwasp.co.uk/
"ATXTech" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am using a Access created database with a program I wrote in C# to
> create and track helpdesk tickets. I store basic stuff like customer
> name, number, issue, tech assigned, etc. with in the database.
>
> **PROBLEM**
> The database worked fine in saving and displaying records until it
> reaced the 26th record. When ever you open the ticket program, it
> retrieves the data from the database on the server and shows the last
> entry in the database first. For example the tickets show like this:
> 28,27,26,1,2,3,4...How do I get it to show the last ticket entered at
> the end. The actual database when opened in Access looks fine and
> displays the tickets in the order they where entered
> (1,2,3...25,26,27). It's only when the "program" displays the records
> does it appear the way it does. It's like it reads the last records
> first and then the first one on down. Please help!! Thank you!
>