This seems like it should be easy, but as a new (and as of yet untrained) CF developer, I just seem to be banging my head against the wall.<br><br>I have created a Verity collection for use in a site search. When users do a keyword search, I would like to display the matches 10 per page with "heading" information such as "82 matches for xyz -- Displaying records 11-20."<br><br>Is there a way to do the query once (to get the appropriate RecordCount value) and then display x number of matches per page? I see several commands that include startrow and maxrow parameters, but nothing to indicate how I move from the display of the first x records to the next x records.<br><br>TIA for any help.