Have Form Sort Data Alphabetically

K

Karl Burrows

I created a simple form for a group to track members in their interior
design society. The problem is the data in the table and form is in the
order the data was input. I would like for it to show in alphabetical
order. Is there a simple way to do that? The primary key is just an
autonumber.

Thanks!
 
D

Dirk Goldgar

Karl Burrows said:
I created a simple form for a group to track members in their interior
design society. The problem is the data in the table and form is in
the order the data was input. I would like for it to show in
alphabetical order. Is there a simple way to do that? The primary
key is just an autonumber.

Thanks!

Base the form, not on the table itself, but on a query that sorts the
table alphabetically.
 

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