wobbie Posted September 1, 2005 Posted September 1, 2005 HI, i have a database with a field Keywords. It is a repeating field where you input values from a valuelist. I would like to have a textfield 'KeywordTotal' that contains all the values of the field keyword Is this possible and can someone get me started? Thanks
-Queue- Posted September 1, 2005 Posted September 1, 2005 Create another value list, based on the repeating field. Then create an unstored text calculation of ValueListItems( Status(CurrentFileName), "repValueList" ). This will give you a unique return-delimited list of the selected keywords, in alphabetical order. You may need to click in the field to refresh the screen, when you make a new selection or change an existing one.
Recommended Posts
This topic is 7370 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