You don't need to necessari;y have the same names from the query as in the report. What you could do is make the query you're using for the recordsource...make that a make table query...
Have it make a table called temptable or something...then you can change the names to whatever you want them to be...
i.e. select Sum(Employee.Salary) as SumSalary into TempTable...
Then, once you have created this temptable...go into Crystal Reports, and make the TempTable the Source of your report...
and have the datafields from the report reference the fields in the temptable...
At least, that's the way I get around using the field names from queries...
Hope it helps...
Main Topics
Browse All Topics





by: mrmickPosted on 1997-12-12 at 22:42:10ID: 1444963
This is a duplicate Question, iOe192 - you should delete this quesiton while you can...