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
Outlook keeps asking for authentication
SQLServer 2005
ADPREP /domainprep /gpprep FAIL - HELP !!!
Proxy server via Group Policy?
How to run code in one database from another database
GPO to enable DEP and file & print sharing
How to get a DOS prompt?
how multi threading works in sql 2005?
What is equivalent to vbmodal in vb.net
Is there an easy way to tell why a server rebooted unexpectedly?