limit the returned items
limit the returned items
When I print a report with totals of #1, #2, and #3 sized items for each month, I would like the report to print only 25 of each sized item for each month.__Does anyone know the method?
=> RE: limit the returned items
You could create a calculated field whose expression is:__TOTFLD<=25____where TOTFLD is the name of a total that counts the number of items and then use this calculated field as a logical print condition for the record band in your report.____Kathleen__R&R Support