I am trying to concatenate 3 fields for someone's address. The first contains the streetname, the second the number and the third contains additional information. This additional information can be either numeric or character.
For example: someone lives at St Jacob Street 12-15
Field1: St Jacob Street
Field2: 12
Field3: -15
I have to concatenate the three fields to get the full address, but when I try this the result is as follows:
St Jacob Street -3.
The second and the third field are substracted, in stead of concatenated. I've already tried a lot of different functions (FormatNumber, Char, etc.) but I haven't found the solution yet.
How can I force BO to concatenate the fields in stead of calculate??
tia, Bregje
For example: someone lives at St Jacob Street 12-15
Field1: St Jacob Street
Field2: 12
Field3: -15
I have to concatenate the three fields to get the full address, but when I try this the result is as follows:
St Jacob Street -3.
The second and the third field are substracted, in stead of concatenated. I've already tried a lot of different functions (FormatNumber, Char, etc.) but I haven't found the solution yet.
How can I force BO to concatenate the fields in stead of calculate??
tia, Bregje