Sorting records in a subform

  • Thread starter Thread starter John Potter
  • Start date Start date
J

John Potter

How do you sort records in a subform so that whenever the
main form is opened, the records in the subform show in a
particular order? i.e. a permanent sort

Thanks for any help in advance,

John
 
Use a query with an appropriate ORDER BY clause as the recordsource for the
subform.
 
Thanks
-----Original Message-----
Use a query with an appropriate ORDER BY clause as the recordsource for the
subform.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)






.
 

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

Back
Top