Combine Two columns

C

Charles Deng

Could any one tell me how to combine two variables in
query? Is syntax Concatenate (text1, text2)? But where
can I tpye in these syntax and except these words and
perencese, what I need to type in? Thanks.

Charles
 
L

Les

Type something like the following into the query, for a
field, instead of selecting a field from your table.

Newfld: text1 & text2
 
Top