Continuous Form Sort Order

J

JD McLeod

I have a continuous form that displays records. One of the fields included
for each record is the date. I would like for the form view to sort the
records in date order, but can't seem to get it to work. Thanks.
 
B

bismuth83

You can set the Order By property of the form to the date field you
want to sort by.
 
M

Maurice

If you use a query as the form recordsource set the sorting order in the
query criteria in the datefield that way the sorting is done in the source
and the form has no interference there...
 
Top