Newbies SNIhrig Posted September 5, 2002 Newbies Posted September 5, 2002 I want to create a value list that includes values from multiple (six) fields into one list. The "Use values from field" option only allows up to two fields. Any suggestions on the best approach to achieve this? Thanks. Scott
IdealData Posted September 5, 2002 Posted September 5, 2002 You need another calc field. Say "AllFields", where "AllFields" is a string concatenation of each of the fields required, but each separated by a "return". Here's the calc I used to test with: "AllFields = f1 & "
Recommended Posts
This topic is 8116 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