Create a VIEW in the database (or SQL query as the report data source, or stored procedure...) that looks like this:
------------------------------------------------------
SELECT X, Y, Z, Inspection_Date FROM Your_Table
UNION ALL
SELECT X, Y, Z, Inspection_Date + 1*{Days_Between} FROM Your_Table
UNION ALL
SELECT X, Y, Z, Inspection_Date + 2*{Days_Between} FROM Your_Table
UNION ALL
SELECT X, Y, Z, Inspection_Date + 3*{Days_Between} FROM Your_Table
...
------------------------------------------------------
All the current (1st part of the UNION query) and future (following parts in the UNION query) inspection dates would show up under the inspection_date column and you can apply a WHERE clause to restrict the date range for which you want results.
Cheers,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.