Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.filemaker > #1548
| From | Helpful Harry <HelpfulHarry@BusyWorking.com> |
|---|---|
| Newsgroups | comp.databases.filemaker |
| Subject | Re: Merging fields (for real) |
| Date | 2013-11-29 09:15 +1300 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <291120130915050579%HelpfulHarry@BusyWorking.com> (permalink) |
| 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> |
In article <0dad27ee-a9e3-45fd-95ee-7879663d6892@googlegroups.com>,
Neural magazine <a.ludovico.neural@gmail.com> 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)
Back to comp.databases.filemaker | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Merging fields (for real) a.ludovico.neural@gmail.com - 2013-11-28 10:07 -0800
Re: Merging fields (for real) clkaufmann@gmx.ch (Christoph Kaufmann) - 2013-11-28 19:26 +0100
Re: Merging fields (for real) Neural magazine <a.ludovico.neural@gmail.com> - 2013-11-28 10:54 -0800
Re: Merging fields (for real) Neural magazine <a.ludovico.neural@gmail.com> - 2013-11-28 11:34 -0800
Re: Merging fields (for real) Helpful Harry <HelpfulHarry@BusyWorking.com> - 2013-11-29 09:15 +1300
Re: Merging fields (for real) Neural magazine <a.ludovico.neural@gmail.com> - 2013-11-30 06:44 -0800
csiph-web