Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!aioe.org!.POSTED!not-for-mail From: Helpful Harry Newsgroups: comp.databases.filemaker Subject: Re: Merging fields (for real) Date: Fri, 29 Nov 2013 09:15:05 +1300 Organization: Aioe.org NNTP Server Lines: 41 Message-ID: <291120130915050579%HelpfulHarry@BusyWorking.com> References: <890cd235-85f8-4f03-8fd8-b1ac191382bc@googlegroups.com> <1ld28fy.pp0i8k1utx8xoN%clkaufmann@gmx.ch> <3c2a6a89-0b34-40e6-88ba-e08801f55aa2@googlegroups.com> <0dad27ee-a9e3-45fd-95ee-7879663d6892@googlegroups.com> NNTP-Posting-Host: 7Hjzw5tRIlUAlpyRDKKGaQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Thoth/1.5.4 (Carbon/OS X) X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.databases.filemaker:1548 In article <0dad27ee-a9e3-45fd-95ee-7879663d6892@googlegroups.com>, Neural magazine wrote: > I mean: I'd need to substitute the previous two fields with a new single one > (or use one of the two) containing data from both. > > Sorry if I've been unclear and thanks again anyway, > a. It is possible to get Filemaker to re-use one of the existing fields, but it's safer to use a Calculation field as Christoph suggested ... but you can the change it to a normal Text field to replace the existing ones on the Layout(s). 1. Go into the Define Fields window and create a new Calculation Field: CompleteName Calculation, Text Result, Unstored = Name & " " & FamilyName 2. Exit from the Define Fields window and let FileMaker calculate the results for all the records (which might take a while on a huge database) 3. Go back into the Define Fields window and change the CompleteName field into a Text field ... it will retain the existing calculated data. 4. Change the Layout(s) to use the new CompleteName field Depending on what you're using the database for and how names are being entered, keeping the names separated is usually best since it can be difficult to get FileMaker to separate them (finding the first space character is not always correct), but is easy for FileMaker to combine them. You can always enter the data into the separate fields, and use the combined field when performing searches. Helpful Harry :o)