July 31, 200223 yr I am trying to dynamically populate a repeating field. How do I insert values into the 2nd instance of the repeating field, 3rd and so on? I know I read how to do this somewhere but I can find it again. Thanks, John
July 31, 200223 yr If you are using the SetField Command, enter the repetition number in the Field dialogue box. Unfortuntately, you can't use a field (global variable) to determine which repetion you want to set. You have to specifiy which repetition each time. You can dynamically read from certain repetitions based on a variable, but you can't use the SetField to change it.
Create an account or sign in to comment