Subform Move To Keeping as much visible

K

Ken Kazinski

I have a subform that I copy a new record with code. I want to go to the
last record but I do not want only the last 2 lines of the sub-form to be
visible as when you use DoCmd.GoToRecord , , acLast

I have tried getting using a DoCmd.GoToRecord , , acGoTo command but I got
the same results.

Any help would be appreciated.
 
Top