Jump to content

Combine 2 fields into one.


This topic is 5825 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I am creating a customer database for our marketing dept, and I would like to know how to make 2 fields and combine into a 3rd as one field. Here is the sceniro:

First - Seperate Field

Middle - Seperate Field

Last - Seperate Field

First & Last - Serperate Field

I would like to know how to make the last by inputting the First, Last so it will auto fill into the First & Last field? Thanks

Link to comment
Share on other sites

If you looked at the Operators in the Define Fields, Calculation Edit Box, you will find [color:red]& sign. If you look up the operators in the Online Help (When FileMaker is opened), you will see the [color:red]& is described as Text Operator, and is used to concatenate Fields.

What this means in plain English, you are able to combine Text fields like this:

First - Seperate Field

Middle - Seperate Field

Last - Seperate Field

New Field (Calculation, Text Result) =

First [color:red]& Middle [color:red]& Last

you can make it more readable by adding spaces like this.

First [color:red]& " " & Middle [color:red]& " " & Last

HTH

Lee

Edited by Guest
Link to comment
Share on other sites

This topic is 5825 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.