Navigate forwards and backwards through records instead of items.

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

Guest

This is really annoying me as it's something I've figured out before but
can't remember how to do again.

I have a form called Packing_List which has a sub form called
Packing_List_Details

When I view the form, the forward and backwards navigation buttons scroll
through each and every record on the sub form when I want it to scroll
through each actual Packing_List rather than each item on a packing list.

I know that this is something and nothing but can't remember how to solve
it. :S
 
Check the properties on your main form to see if the navigation buttons are
turned on. If both the main and sub forms have navigation buttons on you
would have two sets showing on your screen. The navigation buttons on the
main form will scroll through the pack lists and those on the sub form will
scroll through the items for the current packing list.
 
Back
Top