>I have a report which calculates on an condition some textboxes:
>
[quoted text clipped - 47 lines]
>20
>1 0 to 2 days
You should not use Export/PublishWith on reports. Reports
are graphical things intende for the screen or paper.
Instead you should export a query that contain the data.
In this case, I think you can use a calculated field in the
query you used for the report's record source:
Age: Switch(days > 30,"Over 30", days > 15,"16 - 30",
days > 2,"3 - 15", True,"0 - 2")

Signature
Marsh
MVP [MS Access]
SePp - 08 Nov 2007 09:10 GMT
> >I have a report which calculates on an condition some textboxes:
>
[quoted text clipped - 63 lines]
>
> - Zitierten Text anzeigen -
Thank you very much Marsh, you helped a lot!!!
Greets
Sepp