Matt:
Thanks for your response.
I have a form hooked to a single SQL table cataloging software issues, what they are, fixes, status of the issue, etc. The key is a Software Issue No set as an identity field. I would like to emulate the Next Record functionality that Greg Collins demonstrated in the Paged-Detail demo which shows one record at a time on the screen (Greg's example can show multiple per page). The user would click through <<, <, >, >> buttons to first record, records in the middle or last record. I have set that up but have been unable to get the filters and rules that Greg had on the master table to work. I can make this work without Greg's rule if the query on the dataset is wide open. But once I filter on say status, I need further programming to filter the master table to only show the filtered records.
THen I saw your posting. This worked as outlined but creates the extra step of going to another screen as opposed to paging through the information on the same screen. The ideal for me would be replacing the View Details button with the ability to page through any dataset returned through the query function right below the buttons.
I have looked at your statement. I am unclear how that would work in the scenario described above. Would the limit function be on the query button of the dataset? How would the filter then work on the master table?