I have ONE table where there are 3 independent name fields:
name (lastname, first name)
lname (last name)
fname (first name)
I am looking for ALL mismatches whatever they are.
Using Crytal Reports XI will the following work (research for a friend)?
{TABLE1.NAME} <> {table1.lname} + " , " + {table1.fname}
How do I compare these fields and only show the mismatches between the name field and the combined fname and lname?
Thanks if advance.
name (lastname, first name)
lname (last name)
fname (first name)
I am looking for ALL mismatches whatever they are.
Using Crytal Reports XI will the following work (research for a friend)?
{TABLE1.NAME} <> {table1.lname} + " , " + {table1.fname}
How do I compare these fields and only show the mismatches between the name field and the combined fname and lname?
Thanks if advance.