December 5, 200223 yr I want to create a value list using a repeating field. The field is a date and is repeated twice (begin date/end date). I want to make a value list that concats the begin date and end date (i.e. 01/01/2002 - 01/15/2002) and then use the result as the choices in a popup list. Any way to do this? I want to keep the begin date/end date bound to each other, hence the repeating field. Thanks The Mad Jammer And then...there was nothing
December 6, 200223 yr Repeating fields have their uses, but this isn't one of them. Use related records, a field each for the begin and end date, and use a calc field to create the final text string. Then create a value list based on this calc field.
Create an account or sign in to comment