What is a drop? What is a vehicle?
What is the query that is behind the report?
What you need to do is to create a report that does only one record per page. This is easy enough if the data is consistent. However, if it is not (various lengths) then you can run a report for each "drop" in your list box. Just enumerate them and run the report where "[Drop] = " & "'" & sDrop(i) & "'"
Need more info.
mmcdonal
|