teh_kok_keong Posted May 31, 2001 Posted May 31, 2001 may know how to have a field which have the join function?:
Chuck Posted May 31, 2001 Posted May 31, 2001 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
Chuck Posted May 31, 2001 Posted May 31, 2001 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 & "
Recommended Posts
This topic is 8589 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