Review the latest entry in a sub form

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

Guest

I have a form that two forms in it. The main form or the top form is the
parent and the subform is the child. I'm sure you all know this but I am
having trouble understanding how the work. Any way the subform always show
the first entry when I use a list box to locate the history on a certain
route. I always have to click the arrow at the bottom to the last entree.
Where and what do I do to get the subform to go the latest entry?
 
do your subform records have a date field, or some other field that
identifies the order in which the records were entered? if so, how about
sorting the subform records in Descending order, so you see them "from most
recent to oldest", instead of the other way around?

hth
 
Back
Top