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
Insert ArrayList into SQL Database
How to Create an On Key Press Event in Visual Studio 2005
Simple SQL Join Query Syntax Issue
Outlook emails stay marked as Unread
can I partition Win 7 xp mode drive
Windows Mail to Outlook Express
insert missing deleted rows in a table from a backup
Need to know how to access a user control (.ascx) to build a StringBuilder() in another User Control
SMTP Mail
Extract sender,subject,priority,at<wbr />tachment from ms outlook using vba