records in subform
I have a form and subform, the subform is in the continuous view. When records exceedes the page scrollbar appears and all records that fills the page are visible.
I also have a command button that allows new records to be entered
DoCmd.GoToRecord , , acNewRec
When this button is clicked the subform displays only one row for the new record and previous records are no longer visible. I have to scroll back uo to see them.
Is there a way to go to the new a record still view the complete page of previously entered records?
|