Access: Screen Play Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 More

Concatenate the Fields

Try it: Add the following concatenation:

Select the second column in the grid and type:

CustomerPhone: [Phone] & " " & [LastName] & ", " & [FirstName]

 

Save the Query and name it: CustomerPhoneSQ

Memo to self: Code is typed as one long string of characters.

Sometimes the Text Wrap in the Zoom box, or even in this Guide, makes it look like there are line breaks.

 

  Microsoft Access 2007 Exam 77-605 Topic: 4. Creating and modifying queries 

  4.1. Create queries   4.1.1. Create queries based on single tables: Add fields to queries