Microsoft
Software
Hardware
Network
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][Studen
tMiddlenam
e])
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]
Open in New Window
Select All
Random Solutions
Stop comments from printing in Word 2007
Computer Description Permission of Domain user
Is there a way to have excel notify you of a change made on a particular spreadsheet?
Read matching files in a folder, read one of them and insert the Data in a Table
Freezing problem on random conditions
VBA - Combo Box ID
Access Calendar Control Help
How to convert this VB.NET code to VC# code?
MS Access table with variable number of fields - adding field values
Normal.dot NOT set to read-only, but i cannot delete or rename it