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
Multiple Criteria in Query
Cannot Resolve Loopback 5.3.5 Delivery Error
(vb.net) How to wordwrap a cell in a datagrid
How do I import data from excel directly into a sharepoint calendar?
How to Set Up POP Connector on SBS with NEw AT&T Settings
Unable to find control
Error message after installing Ajax and using Editor control
How to make Access 2007 application run on a machine without Access?
Message size limited using SendObject?
Converting an Access Date/Time column's value to a DateTime object