Access mailing label spacing

F

Farmer Fran

I have no spaces between fields on my address labels using the label wizard
of Access Office XP any suggestions ?
 
D

Duane Hookom

Change the control sources of the text boxes to add the spaces.
=[City] & ", " & [State] & " " & [ZipCode]
 
Top