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
DTS export to a generated text filename
Exchange Stops inexpectedly
How to disable nested triggers in a SQL statement
How can I send an email in MS Access 2007 with a report as a .pdf attachment?
MsgBox firing twice during OnCurrent event ???
Why can't I delete records from a linked table ? I get the message "Linked table is not supported by this ISAM."
How do I make a button to copy the contents of an access text box
several users write to an xls sheet at the same time
How can I substract todays dates from the initial date?
LINQ - Contains for IN statement not working?