Sub-Form help

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

I have a sub-form which is big enough to show 8 records, but the underlying
source query often returns more records.
Is there any way I can force the sub-form to open with already scrolled down
so it shows the 8 most recent records, rather than the first 8 records?

Any help greatly appreciated.....Regards, Jason
 
I have a sub-form which is big enough to show 8 records, but the
underlying
source query often returns more records.
Is there any way I can force the sub-form to open with already
scrolled down
so it shows the 8 most recent records, rather than the first 8
records?
Any help greatly appreciated.....Regards, Jason

I'd try sorting on a field that shows you the most recent fields
you can define this sorting in your query or on the form

grtz
 

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