September 1, 200520 yr 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
September 1, 200520 yr 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.
Create an account or sign in to comment