Subform

R

Rpettis31

How would I set up a sub form in data sheet view to display records in
decending order all of the time, rather than the user manipulating the sub
form?

I have a log of entries on a form and I would like the last entry note to
appear first.
 
A

Allen Browne

Create a query.

Use the Sorting row in query design to define the sorting.

Save the query.

Use the query as the Record Source for your form.
 
Top