Question : Concatenate or merger  in MS Access query

Hello I have a MS access query& and I need to combine 3 fields..
StudentLastname
And
StudentFirstname
And
StudentMiddlename

How can I put this in the MS Access query& I am in the design view&

I think it goes something like  exp1:([StudentLastname], [StudentFirstname][StudentMiddlename])
But this does not work& so what am I doing wrong& to get this to combine these three fields into one.

Thanks

Faithdan

Answer : Concatenate or merger  in MS Access query

You're close. No Perenthesis and & joining with text in Quotes.

1:
exp1:[StudentLastname]&", "&[StudentFirstname]&" "[StudentMiddlename]
Random Solutions  
 
programming4us programming4us