Steven1337 Posted April 27, 2010 Posted April 27, 2010 I basically need an address label. I have the fields: firstName, lastName, address, city, state, zip Instead of individually copying each field to an email i want to create a field that has all those fields already in it combined. Is this possible through a calculation? i tried a merge field but for some horrible reason you cannot select its contents. This would be of great help.
efen Posted April 27, 2010 Posted April 27, 2010 Create a calculation field defined along the lines of firstname & " " & lastname "¶" & Case (not IsEmpty(address line1) & "¶"; "") & Case (not IsEmpty(address line2) & "¶"; "") & Case (not IsEmpty(address line3) & "¶"; "") & [etc] if you want the address on separate lines. Use comma and space instead of the pilcrow if you want the lines to run on
Steven1337 Posted April 27, 2010 Author Posted April 27, 2010 Thanks a lot that works great. I just need to get more familiar with the way filemaker "language" works.
Recommended Posts
This topic is 5382 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now