We have crystal reports 9.0.
The developers editions (about 600 bucks).
Crystal reports is basically a 3rd party reporting tool allowing you to base reports on any other data source such as ODBC, SQL Server, OLE, and even Java and JavaBeans.
It is a fairly large and upscale reporting tool...probably the best, and well documented and supported tools out their in the market. The nice thing about version 9 (the newest version) is rather than basing a report on a table you can enter dynamic SQL for any data source. 9.0 is A LOT faster than all previous versions..in fact a report that once could take upto 8 minutes to load now can load under 2 minutes, and this is because of the CRE (Crystal Report Engine).
However, it isnt something that is THAT simple..you have to take the time to learn it...its like learning another application but not as much.
BTW you can export to any format INCLUDING and get this..this is for that other thread we made about the EXCEL object model..get this IN PREDEFINED SET EXCEL FORMAT

. So all the templates and predefined data you have in say an access report, in crystal reports term, sends all this data to excel and sets all the necessary adjustments, design etc into excel. So you get a lot better results. You can also send to Word, PDF, HTML, and text.
Jon