RET Posted September 16, 2002 Posted September 16, 2002 I have created a value list from another file that show the values from two seperate files (example Firstname, Lastname) I now would like to choose that combo to be enter into my new field. It looks like it will work, but I pick the name, but it only uses the first part (example: John smith shows up in the value list but when I pick it its only puts the John, into the field.) How can I get both parts? RET
longncsu Posted September 18, 2002 Posted September 18, 2002 Create a new field called firstlast, make it a calculation. Enter: "firstname & " " & lastname" Use that field as your value list.
Recommended Posts
This topic is 8158 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