I have fields for each of the address parts but no way to bring them
together based no the length of the city name. I end up with a big gap
if the city name is short or not enough room if its long. How do I bring
the fields together to eliminate space on address lines?Text
Fields:NameAddress1CityStateZipExample (current way prints):Johns Auto
Body1234 Main St.Los Angeles, CA 90045Example (how I need it with space
removed):Johns Auto Body1234 Main St.Los Angeles, CA 90045