Ofer
Thanks for the reply. I have tried the formua you gave me. But I get an
error message.
"The expression you entered contains invalid syntax. You must have entered
an operand without a operater. " It then highlites the second trim command
before prmary. Any help is greatly apreciated
Thank You
Jerry Brandle
(e-mail address removed)
Ofer said:
Try
NewFieldName : trim([site]) & trim([primary])
If you want to add space between the fileds then
NewFieldName : trim([site]) & " " & trim([primary])
--
\\// Live Long and Prosper \\//
BS"D
:
I have two columns I want to combine into 1. I want to do this in a query.
1 Company 2 Property into 3 CoProp "trim[[site]]"+"trim
[primary]"is wrong.