Sorting a Subform

K

Keith

Hi All

I have a subform in my DB (subform is in Continuos Forms view to produce a
list). How do I make it so that this subform list is always sorted in a
particular order?

I tried setting the Order By but it didn't work - maybe it was just the way
I set it up.

Help please.

Keith
 
C

Cheryl Fischer

You could make the Record Source of your subform a query which can contain
an ORDER BY clause.
 
H

Hugh O'Neill

Keith said:
Hi All

I have a subform in my DB (subform is in Continuos Forms view to
produce a list). How do I make it so that this subform list is
always sorted in a particular order?

I tried setting the Order By but it didn't work - maybe it was just
the way I set it up.

Help please.

Keith


After using the OrderBy, did you also set OrderBy On? It's a two stage
process.

hth

Hugh
 

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