record count collumn

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

Guest

i want a collumn on my query that tells me the record count of that record,
like the navigation buttons of access, every time that you change record,
the small field on navigation bar tells you the record that you are at the
time.
is it possible that i have those values in a collumn of my query??

thank you
 
Roy

The navigation "count" tells you a relative position, but only for THAT
view. Data is stored in "buckets", with an internal order only Access (and
Bill) knows. The order that you are asking for is dependent on the order
you impose by sorting.

If you are looking for a way to rank-order a query, check this newsgroup (or
Google.com) for previous answers on this topic (rank-order).
 

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