Corey-Troy Posted January 14, 2010 Posted January 14, 2010 Is it possible to have a Value List, to list data from several Tables of records? I have several related Tables, but i wanted to place a value List on a field, that will contain data from several other tables, not just 1 or 2.
Matthew F Posted January 14, 2010 Posted January 14, 2010 If you have two value lists ('Value List1' and 'Value List2' that reference two different fields ('Field 1' and 'Field 2') you can combine them together in a calculation field like this: ValueListItems ( Get ( FileName ) ; "Value List1" ) & ¶ & ValueListItems ( Get ( FileName ) ; "Value List2" ) You can then reference this calculated field in a new value (Value List3) list that incorporates the contents of both Field 1 and Field 2.
comment Posted January 14, 2010 Posted January 14, 2010 You can then reference this calculated field in a new value (Value List3) list Only if the calculation is stored* - which I believe would defeat its purpose. --- (*) There may be a workaround for that, but it would probably be better to fix the data structure.
Recommended Posts
This topic is 5427 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