Form Sort question

E

erick-flores

hello all

I want to sort my form (by default) by lastname. And my subform by
Period ending date. How to do I do that?


Thanks
 
D

Douglas J. Steele

Create queries that sort the data the way you want it, and use the queries
as the recordsources for the forms, rather than tables.
 
M

missinglinq via AccessMonster.com

What is your form based on? A table or a query?

erick-flores said:
hello all

I want to sort my form (by default) by lastname. And my subform by
Period ending date. How to do I do that?

Thanks
 
Top