How can I dived ! field into 2?

K

Kristjan

I send this message before I had finnished writing it. So I send another one
which is the right one. Sorry about this mistake.
 
T

Tony

NewFieldName: ([Field1]) & ([Field2])

or

NewFieldName: ([Field1]) & " " & ([Field2])

The second option simply puts a space between both fields.

-Tony
 
Top