Sort order in Forms

A

Alice Davila

I set an index on my table under design view.
That works fine.
However, I created a form from that table and on my form
it is in some weird order.
How can I sort information (ex, lastname, firstname) on
my form.

Thank you.
 
R

Rick B

In your form's properties there should be a "Data" tab. Use the "Order By"
property to set your sort.

Rick B


I set an index on my table under design view.
That works fine.
However, I created a form from that table and on my form
it is in some weird order.
How can I sort information (ex, lastname, firstname) on
my form.

Thank you.
 
Top