Jump to content

Join????


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

Recommended Posts

I'm afraid that your question is a bit ambiguous. If by join you mean to concatenate two text strings, you don't need a funciton, but the & operator:

"Chuck " & "Ross" = "Chuck Ross"

If this isn't what you mean, please provide more information.

Chuck

Link to comment
Share on other sites

I just read your other post, and you definately want the & operator.

Say that your two fields are Field_1 and Field_2. Create a third field called Both_Fields or something, and set it to be a calculation with a text result with the following equation:

Field_1 & Field_2

If you want the two fields to be separated by a return, make the equation read as follows:

Field_1 & "

Link to comment
Share on other sites

This topic is 8387 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.