I know there's an easy way to do this with changeto, but I need detail help:
I have imported information from Cardscan and and Corel database into the same pdox file. Each handles names differently (last first/first last)but both also have separate first and last fields .I therefor want to replace the existing name field with the last name (space, no comma) first name using a query.
I know this is easy, but I am missing the turn somewhere. How do I handle this? It sounds like this using the query form (I am not up to coding queries..sorry):
[2000.name], changeto [2000.Last Name] || [2000.First Name]
or
[2000.name], changeto [2000.Last Name]+ [2000.First Name]
or:
.., changeto [2000.Last name] || etc
The first has no success. The leaves every record with [2000.Last Name] [2000.First Name] - so how do I get it to concatinate two fields into a third?
(I know that I am going to bang my head against the desk when I see the answer.)
I have imported information from Cardscan and and Corel database into the same pdox file. Each handles names differently (last first/first last)but both also have separate first and last fields .I therefor want to replace the existing name field with the last name (space, no comma) first name using a query.
I know this is easy, but I am missing the turn somewhere. How do I handle this? It sounds like this using the query form (I am not up to coding queries..sorry):
[2000.name], changeto [2000.Last Name] || [2000.First Name]
or
[2000.name], changeto [2000.Last Name]+ [2000.First Name]
or:
.., changeto [2000.Last name] || etc
The first has no success. The leaves every record with [2000.Last Name] [2000.First Name] - so how do I get it to concatinate two fields into a third?
(I know that I am going to bang my head against the desk when I see the answer.)