Navigate to a page in a report with VBA

H

Holger Gerths

Dear group,

I want to navigate (not filter) to a certain page of a report with vba.
I tried Report.Page, the property takes the new value, but the report is not
affected. (???)
Next I tried DoCmd.GotoPage and GotoRecord - the report remains at first
page.
What I want is to find a page with a given record-id.

Thanks, Holger.
 
Top