Re: Show last 'X' records in a subform
- From: "Tony Toews [MVP]" <ttoews@xxxxxxxxxxxxxxx>
- Date: Sat, 05 Jan 2008 19:17:38 -0700
Steve S <SteveS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Have a form that the user uses to input data to create new records. these
records are displayed in a subform just below the data entry fields. I now
have the subform set to display all records in reverse order so the user can
see the latest added at the top fo the subform(decending order). this is
confusing for some users ( if not all). they want to see the latest record
entered at the bottom of the subform (ascending order) which means they have
to hit the scroll bar to get to the bottom of the list. Pain in the...
Is there a way to set the subform properties to show the last X records in
ascending order instead of the first x records???
No, but you can use the subforms recordsetclone, the recordset
movelast, moveprevious and bookmark to set the subform to the desired
position.
I've been meaning to do a web page on this topic and hopefully will do
it in the next day or so. So check back here.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
.
- Prev by Date: Re: How to insert a '*' in certain controls when Enter is pressed.
- Next by Date: Re: How to insert a '*' in certain controls when Enter is pressed.
- Previous by thread: Re: Using different format depending on screen
- Next by thread: Re: Show last 'X' records in a subform
- Index(es):
Relevant Pages
|