getting dates in order

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

Guest

Hope this makes sense

Using the generic ledger database in access 2000
I enter a transaction and dates are in ascending order
When looking at the individual accounts the transactions are not in order.

Help please
 
Hope this makes sense

Using the generic ledger database in access 2000
I enter a transaction and dates are in ascending order
When looking at the individual accounts the transactions are not in order.

Help please

Since we have no way of knowing a) the structure of your tables, b)
the SQL of your queries, c) the structure of your forms, and d) where
you're "looking at the accounts" it's hard to be very helpful.

I can say that if you're looking at Tables, the order of records is
arbitrary (you'll usually see them in primary key order but even that
depends on how you're looking).

If you want to see records in any particular order, then you must use
either a Query sorting by the desired fields, or a Form or Report with
its Order By property set.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top