cafenerogal
Technical User
Help!
I'm trying to write a report that shows the forename, and surname for a person (along with other relevant data, which I already have sorted out).
The table (people) has 4 fields that may contain this information; Forename, Surname, Legal_forename, Legal_Surname.
If the Forename field only has a single character, then I need to check the Legal_forename field. If this is null, or contains a single characte, or matches the Forename field, then the Forename field needs to be displayed. If the Legal_forename field contains more than one character, then display the Legal_forename field.
Thanx
I'm trying to write a report that shows the forename, and surname for a person (along with other relevant data, which I already have sorted out).
The table (people) has 4 fields that may contain this information; Forename, Surname, Legal_forename, Legal_Surname.
If the Forename field only has a single character, then I need to check the Legal_forename field. If this is null, or contains a single characte, or matches the Forename field, then the Forename field needs to be displayed. If the Legal_forename field contains more than one character, then display the Legal_forename field.
Thanx