auto form sort

J

JIM.H.

Hello,
My table is not sorted and I have an autoform on that, How
can I make auto form display data sorted?
Thanks,
Jim.
 
R

Roxie Aho

-----Original Message-----
Hello,
My table is not sorted and I have an autoform on that, How
can I make auto form display data sorted?
Thanks,
Jim.
There are other ways but I recommend basing the form on a
query and sort the query. If you sort on more than one
field, remember the left-most field on the query grid in
which you specify sort is sorted first, then the next
field to the right of it that you specify and so forth.

Roxie Aho
roxiea at usinternet.com
 
G

GVaught

Open the form properties and build a query against your record source. Click
the three ... and this will invoke the Query Builder. Make sure you place
all fields from your table into the query window. Sort accordingly by the
field you wish to sort by.
 

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