freelancer Posted February 26, 2003 Posted February 26, 2003 Sorry for the newbie question, How do I concatenate the fields last name and phone number in my client file to make a client ID field ? Thanks for your help!
freelancer Posted February 26, 2003 Author Posted February 26, 2003 Never mind, found the answer! Thanks anyways! For those who have this problem : your type field should stay text and then you click on calculated value and write the fields you want to concatenate with the ampersand between them : Last_Name&Phone_number (in my case)
falkaholic Posted February 27, 2003 Posted February 27, 2003 If your using that calculation field in a relation, you should do something like this: LastName & " " & PhoneNumber Since a last name and 10 digit phone number can be above 20 characters, and FileMaker doesn't work right when you use fields that have more then 20 characters *per word* in them (long story). But if your not relating to it, you have nothing to worry about.
Recommended Posts
This topic is 7944 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