• Thanks for the help guy's!

    I now have my query returning x records based on the parameters, with a field (N) containing the count that I need.

    fro example if the user select to start @ box 1 and print 5. The query returns 5 records with a field that contains 1,2,3,4, and 5 respectively!

    Now the next part of the same issue.

    How do I get the report to generate for each individual record? In the case above I would want it to have 5 pages to the report with the first one having a 1 for field (N), the second having a (2), etc...

    I know it can't be too difficult and I am missing something basic.

    Again, thanks in advance for the help!