View Full Version : Iterate through Access 97 report


donkur
03-13-2007, 08:57 AM
:confused: I have a report done in Access 97, and I need to automatically iterate through every page, so that I can get the item number from each page, to create a temporary report, etc. The problem is, is that I cannot seem to do anything! I cannot goToPage, goToRecord, GoToControl, ..... nothing. Iterating through the recordset that the report is based on would not suffice in this situation. Any ideas on how I can go to the next page to check the item number?
Thanks in advance.

llkhoutx
03-14-2007, 07:29 AM
Use the "report detail section" On Format event to do your testing.

When you get the "item number" what are you doing with it?