How to Label More Than One Field in ArcMap


You can easily label more than one field of a layer in ArcMap with Visual Basic script.

Difficulty Level: Easy    Time Required: 5 minutes


Here’s How:

  1. Open up the ArcMap (.mxd) file you want to work with.
  2. Select the layer file you want to label more than one field with.
  3. Right click on the layer and display the properties.
  4. Click the Labels tab.
  5. Click the Expression button.
  6. Click on the first field you want to label.
  7. Type in the following code: & vbNewLine &
  8. Click on the second field you want to label.
  9. The entire Expression should look like: [Field1] & vbNewLine & [Field2]
  10. Click Verify to make sure the Expression was entered correctly.
  11. Click “OK” to close both dialog boxes.

Tips:

  1. You can type in explanatory words to add into the labeling using double quotes. E.g.: [Field1] & vbNewLine & “This is the second label: ” & [Field 2]


More articles by:


Article originally published: 8/25/04

« | Main | »


Leave a Response related to the post. Comments that are not related to the post, contain spam, asking for jobs, or do not meet the standards of common decency will not be approved.