Scroll Button

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.
 
K

Kelvin

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
 

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

Top