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 the form first.
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!
 
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 the form first.
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!

The data source for the CallNo on your form needs a sort descending applied
to it.

Do you have a CallYes as well? [Only joking.. ;-) ]


--
John Thow
an optimist is a guy/ that has never had/ much experience -
certain maxims of archie; Don Marquis.

To e-mail me, replace the DOTs in the Reply-To: address with dots!
 
Back
Top