answersLogoWhite

0


Best Answer

You use the & operator. So you could have something like a field for a firstname and a field for a surname that you want to bring together with a space between them. You could do it like this:

Firstname & " " & Surname

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you concatenate a field in Access?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A Write the algorithm to concatenate two given strings?

a write the algorithm to concatenate two given string


What is concatenate function in c?

strcat


What character allows you to concatenate strings in PHP?

To concatenate strings in PHP, you use the . (dot) character. For example: $str = "String1" . "String2";


What is concatenate key in a relational database?

The concatenate key is simply the combination of several columns in a table, which serves the unique key of that table.


How do you concatenate text in Microsoft Excel?

You can concatenate using the & operator. So say you have a firstname of a person in cell B2 and their surname in cell C2 and in D2 you want to display their first name, a space and their surname together, you would do this: =B2 & " " & C2 You could also use the CONCATENATE function to do the same thing: =CONCATENATE(B2," ",C2)


Where do you go in Excel to concatenate?

Concatenating is joining bits of data together, like two separate pieces of text into one piece. There is a function called CONCATENATE or you can use the & symbol. Both of these will do the same thing: =CONCATENATE( "ABC" , "DEF" ) ="ABC" & "DEF"


What is concatenate?

Concatenate in MS Excel and most of other tool is function to join text.


How do you concatenate a string?

v can concatenate two string by using a function like: select CONCAT( CONCAT('ename','e_mrks'),"name","marks" from student;


How do you add text together in Excel cell?

You can concatenate text either using the CONCATENATE function or the & operator. If you had text in cell A2 and cell B2 that you wanted to add together in another cell you could do it in either of these ways: =A2 & B2 =CONCATENATE(A2,B2)


Synonyms for unite?

Join. Concatenate. Combine. Merge.


How do you join the text in two cells together in a spreadsheet?

You can use the Concatenate function or the & operator. Both of the following will result in the same thing: =CONCATENATE("abc","def") ="abc" & "def"


How do you describe Field in a field of Microsoft Access?

rado