My database captures information regarding juveniles. You can have on rare occasions more than one juvenile with the same ID (ID made up of a combination of county, last name, first name and BD). If you do have a juvenile who will have the same ID as another, the user enters an asterisk as the second character of the first name field. Fine for keeping juvenile records straight, not so good when generating a report for court.
In the report I have a field named "Last_Name" which holds a concatenation of the first, middle and last names. I don't want to get rid of the asterisk in the juvenile info table, but I don't want it to appear in the report. The asterisk would be present in a minimal number of records. What does it take for the asterisk not to appear on the report. Thanks Pat