Anuviel Posted June 25, 2009 Posted June 25, 2009 What would be the best way to create a global? value list? Basically I have a field which will contain same set of values always. The values that can be chosen for the field are: 1, 2, 3, 4, 5 and 10 1 = Brand New 2 = Used-Like New and so on. Should I create a preference table with 12 fields containing the mentioned values and relate that table via fKey to the actual data table and then have the value list get values that way or is there a better, more standard way to do this? I could use a value list with custom values of 1, 2 and so on but I want the user to see 1 - Brand New when they click on the field. After the selection is made the field should have 1 in it only. Hope it makes sense. Thanks.,
Anuviel Posted June 25, 2009 Author Posted June 25, 2009 Thanks, it seems I will do it that way. I was just wondering if there was a different or better way. Thank you.,
EllenG Posted July 3, 2009 Posted July 3, 2009 You can create a custom values list and then just take Leftwords(value,1) to pull in just the number.
Recommended Posts
This topic is 5622 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