stevekos07
Registered User.
- Local time
- Today, 00:03
- Joined
- Jul 26, 2015
- Messages
- 174
Hello all. This is one of those frustrating things which should be simple but just isn't.
I have a report based on (I think!) a query. One of the fields is [FullName], which I always compile after sorting LastName as Ascending. Therefore any time FullName is used it ought to be sorted alphabetically in ascending order by last name. ?? When ever I run a query it behaves as it should, but not necessarily in a report.
For some reason in this report the FullName field is sorting by First name. When I try to access the source of the control all it tells me is the field name from the source, not the path to the source, so it could be one of a number of queries with FullName as a calculated field. (I forget which query was the source for the report!)
1. How do I find out which object is the source for the field?
2. How do I make this field sort by last name in the report view?
3. Are there any insider tricks to getting reports to display data as it should, or am I missing something fundamental?
I have a report based on (I think!) a query. One of the fields is [FullName], which I always compile after sorting LastName as Ascending. Therefore any time FullName is used it ought to be sorted alphabetically in ascending order by last name. ?? When ever I run a query it behaves as it should, but not necessarily in a report.
For some reason in this report the FullName field is sorting by First name. When I try to access the source of the control all it tells me is the field name from the source, not the path to the source, so it could be one of a number of queries with FullName as a calculated field. (I forget which query was the source for the report!)
1. How do I find out which object is the source for the field?
2. How do I make this field sort by last name in the report view?
3. Are there any insider tricks to getting reports to display data as it should, or am I missing something fundamental?