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
Excel / VBA: Code must check if there is any Cell in some filtered rows highligthed in RED...If so code must not run.
SQL View to show the data using PIVOT
Creation of an SCCM Report for Computers By Model
Bridge Network Connections
Event ID 36886...New DC
Access Inserting report headers
failure to convert ???
launch MS mail merge wizard via code
IIF query using Like *
How do I compute a SUM from 2 different tables and divide the Sums?