Baylah Posted November 7, 2005 Posted November 7, 2005 Hi All, I'm pretty sure this can be done, but this is new to me. When I get my raw data from an Excel spread sheet I have 2 fields for name: First Name Last Name Is there a way in FMP that I can combine the two fields into 1 so the result equals: Field Name = "Full_Name" result = Last_Name, First_Name Thanks for any help! Steve
RalphL Posted November 7, 2005 Posted November 7, 2005 That is the way it should be. Add a new calculation text field Full_Name = Last_Nam,e & ", " & First_Name.
Baylah Posted November 7, 2005 Author Posted November 7, 2005 Thank you! That was easy and I should have thought of that myself! I need to learn how to think these things through better. All part of the continuous learning curve with this amazing software. Steve
Recommended Posts
This topic is 7054 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