![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am not sure if that is the right operation here but I have a field called "number" that stores the address number of a property and a field called "name" that stores the name of the street. I want to merge them together in another field but am unsure how that works. |
#3
| |||
| |||
|
|
firecop1 <ajb5540 (AT) optonline (DOT) net> wrote: I am not sure if that is the right operation here but I have a field called "number" that stores the address number of a property and a field called "name" that stores the name of the street. I want to merge them together in another field but am unsure how that works. If you only want to display the number and the name, you can put them onthe layout using the "insert" menu, or just type them like this: fieldname>>. In order to merge them, you will have to use a calc field with textresult. The calculation may look like this: number & " " & name Use Replace Field Contents to concatenate the two into a single field |
![]() |
| Thread Tools | |
| Display Modes | |
| |