June 23, 200619 yr I've got a older database that I'm going to be moving to 8. But they have lots of reptition files that I hate. What I would like to do it move the first line of the reptition to it's on field, the 2nd to it's own field and so forth. many of the reptitions are blank. Can this be done? Thanks. Devin
June 23, 200619 yr Hi Devin, you can specify individual repetitions by brackets: YourField[rep#] You could hardcode each one with the set field script step, or use a loop and a script variable to automate it. Wrap each set field in an if statement that checks to see if the repetition holds data or not.
June 26, 200619 yr Author Thanks, I will give that I try, Little over my head at first look, but I will see what I come up with. Thanks Devin
Create an account or sign in to comment