If there's common data that you can link on, this should not be a problem. However, if you want a UNION of all of the information, it may be more challenging.
I know that in Oracle I can setup "dblinks" that allow me to run a query in one database and pull data from another using the link. Is there anything like this in SQL Server? If so, you could set it up and write a command in Crystal that will run a union query to get the data you're looking for.
-Dell