Filter by Form field dropdown

G

Guest

When using filter by form in an autonumber field, clicking the customer
number (an autonumber) field and using the drop down arrow on the right, the
customer numbers appear but the numbers are out of order. Is there a setting
to put the numbers in consecutive ascending/decending order?
 
J

Jeff Boyce

The Microsoft Access Autonumber data type is designed to be a unique
identifier, nothing more, and is generally unfit for human consumption (say,
as a ?!consecutive sequential number?!).

If you want to see something in order, you'll have to tell Access to sort by
that field. One way to do this is to do so in a query behind the form.
First create the query, sort by the field you want, then base the form on
the (sorted) query.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

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