Sort Ascending numerically?

S

Steve Thomas

I'm sorry if this has been asked here dozens of times before...I'm sure it
has!
But would someone please tell me how do you get a table to list numerically
as in 1 2 3 etc. instead of 1 10 11 etc
Thanks for your help,
Steve.
 
A

Allen Browne

In Table Design, set the Field Type to Number instead of Text.

If that is not possible for some reason, you could sort in a query by
creating a calculated field using Val([MyField]), and sorting on that.
 

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

Top