URGENT!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My database is due to be finished tomorrow..
However, one small problem, I want my records to show in backwards order, so the most recent one is shown on first form
My primary key is Call No and when the program is opened I want it to show Call No 500 say, and scrolling through the records will show 499, 498..... 1
PLEASE HELP! It used to do this but I have managed to do something to change it!
 
Look at the OrderBy property of the form (or use the Order By clause in your
query - look at the Sort field in the query grid).
 
Back
Top