Scroll Button

  • Thread starter Thread starter Phil M.
  • Start date Start date
P

Phil M.

I have a form and a subform:

I want to put a button in the form, that makes the subform scroll completely
to the bottom.

Is it possible to do this in VB or something?

Thanks
Phil M.
 
Use Docmd.GotoRecrod,,acLast to move to the last record of the subform.
Make sure the subform has the focus or this will move to the last record of
the main form.

Kelvin
 
Back
Top