G Guest Dec 26, 2005 #1 I have no spaces between fields on my address labels using the label wizard of Access Office XP any suggestions ?
I have no spaces between fields on my address labels using the label wizard of Access Office XP any suggestions ?
D Duane Hookom Dec 26, 2005 #2 Change the control sources of the text boxes to add the spaces. =[City] & ", " & [State] & " " & [ZipCode]
Change the control sources of the text boxes to add the spaces. =[City] & ", " & [State] & " " & [ZipCode]