5 pts.
 Simultaneous Query from Multiple Tables using Crystal XI
The report I'm currently attempting to write needs to pull data from two separate tables (linked via a third). Easy to do, especially as the report is specific to the linking value. However, I need to be able to sort the data in the two tables together. To clarify, the Abbrev field in one table and the Code field in the other table need to be compared to each other in order to sort the entire report alphabetically. Is this actually possible? If so, can someone please let me know how. I'm guessing that the creation of an ad hoc table involving the relevant fields from the two tables would work - however, I can't figure out how to do it.

Software/Hardware used:
Crystal Reports XI
ASKED: March 29, 2010  11:21 PM
UPDATED: March 30, 2010  1:49 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Can you use a query as data source for your report instead of the tables directly ?

If so, you could join your tables in the query and have the query return the results ordered as needed, so the report doesn’t have to worry about ordering the results.

 63,580 pts.