help organizing columns

  • Thread starter Thread starter YMC
  • Start date Start date
Y

YMC

I am using Access 2000.
i have made a table with three columns, one which has the date. I have a 3rd
party application that automaticly writes to this table i have made everyday.
How can i keep my data sorted starting with current date descending to the
last one. write now it seems to just go where it pleases. thankyou in advance.
 
Also I forgot to mention that i am using another program i have made in VB
that connects to the data base as well and needs the date descending also.
 
Records in tables are like marbles in a bag. Don't expect any order. If you
want your records sorted into a specific order, you would display a query
that has an Order By clause.
 
i was really hoping that i could avoid that seeing i am having trouble with
some of the database side of vb. so i asume by what you wrote that there is
no way to keep my access database organized? it would be alot easier to solve
this problem on the access side if it is possible. thankyou
 
Back
Top