Got a little problem. I'm experimenting with Crystal because Access is splitting my data. Here is the set-up:
Report Header with company logo
Detail Section with 9 subreports (each has their own 'detail section').
Report Footer
The problem is with some of the subreports. When I insert the Values field, instead of displaying Biodegradability, 5 Days; Biodegradability 13 Days; Biodegradability 20 Days; etc, it displays 7.00; 6.00; 5.00; etc. I tracked this down and these are the ID values that correspond to the values:
ID Value
7.00 Biodegradability 5 Days
6.00 Biodegradability 13 Days
The ID field is the Key field. This table is linked to another so it needs the key.
I have two questions: Why is it using the ID instead of Values and how do I fix this?
Thanks for your help!
Report Header with company logo
Detail Section with 9 subreports (each has their own 'detail section').
Report Footer
The problem is with some of the subreports. When I insert the Values field, instead of displaying Biodegradability, 5 Days; Biodegradability 13 Days; Biodegradability 20 Days; etc, it displays 7.00; 6.00; 5.00; etc. I tracked this down and these are the ID values that correspond to the values:
ID Value
7.00 Biodegradability 5 Days
6.00 Biodegradability 13 Days
The ID field is the Key field. This table is linked to another so it needs the key.
I have two questions: Why is it using the ID instead of Values and how do I fix this?
Thanks for your help!