show 3 field record in one field

D

Deen

I have 3 field in a table and I wish to show all of the records in field only
by using query. Can somebody tell me how to do this ?
 
M

Mike Diamond

Hi Deen

I am being assisted with a similar query below. Check out the posting
Concatenate Function.

Mike
 
Z

zionsaal

Hi Deen

I am being assisted with a similar query below. Check out the posting
Concatenate Function.

Mike





- Show quoted text -
field1&''&field2&' '&field3
 
Top