Newbies saurya_s Posted September 7, 2005 Newbies Posted September 7, 2005 Hi all I must tell this is the first time I am working with FMP. I have exported an excel file which has contact address of many persons. However, each field/(column in excel) is like Title,name,surname,address etc. I was wondering can I merge all of them into one new field as address. Thanks for much needed help. S
Osman Posted September 7, 2005 Posted September 7, 2005 You have 3 method to merge. Firts one is in layout mode. Enter Layout mode and sellect Merge Field from insert menu (Cmd + M) then select name filed, repeat same command and select surname and adress fields. In this method in browse and preview mode the filed are placed like merged. But with this method you can not enter new records datas in marged type (You can enter them seperate fields as before but you can see them together) Second method is creating calculation field. This method is a bit same as first one. You will enter data separate fields but you'll see them marged. To perform this method create new calculation field which has the formula: Name & " " & surname & " " & adress third method is replace, create new text field. Then in browse mode place cursor in your new field than select replace field contents from records menu. Replace dialog will be appear. select calculation radio button and type calcuation below: Name & " " & surname & " " & adress and click replace button. This method changes your new field value to your desired values but only for current found set. Adam Djuby
Recommended Posts
This topic is 7085 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