I have a subform that diplays 6 records in the open window. I have place record movement buttons to help the oporator move through the form (I.E. First record, Previous Record, Next Record, Last Record) This works to a point. I need to be able to have the Previous Record and Next record move the cursor to the First Record of the next page. or the first record of the Previous Page. I have tried the
"DoCmd.GoToRecord,,acNext, 6"
and
"DoCmd.GoToRecord,,acPrevious,6"
This does well but skips displaying some records.
I have found manually using the Page Up and Page Down works excellently so how do I program the Prev Rec Next Rec buttons to do this.
Thank you for your help.
Robert M