Subform Sort

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform linked to the parent form. Is there any way to pre-sort the
order of items displayed in the subform? I can sort after the fact, but I'd
like it to happen automatically. Thanks.
 
Ken said:
I have a subform linked to the parent form. Is there any way to pre-sort the
order of items displayed in the subform? I can sort after the fact, but I'd
like it to happen automatically.


Base the subform on a query that sorts the data.
 
Back
Top