Sort Descending

T

Todd

How can I make a subform display records in descending
order automatically when the subform is opened. I tried
entering in the subform property Orderby "submisiondate
DESC" but a parameter box pops up when I open the
subform. It also does it with I tried it in the table for
the subform.

The subform record source is linked directly to the table.
 
J

John Vinson

How can I make a subform display records in descending
order automatically when the subform is opened. I tried
entering in the subform property Orderby "submisiondate
DESC" but a parameter box pops up when I open the
subform. It also does it with I tried it in the table for
the subform.

The subform record source is linked directly to the table.

Link the subform instead to a sorted Query. The query will be
updateable (and will update the table) if you don't do anything else
than sort it.
 

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