Hello listers, I am trying to load some data through AIE and keep running into duplication issue ( AIE multiple threads? I think), Am I missing something fundamental here? Form 1 : (Field a,b,c etc)
Form 2 : (Filed x,y,z etc) Here is how I want the things to flow: 1. AIE to push data into Form 1 ( I have the default number of threads set = 3) 2. Filter fires on Submit on Form 1 with the following actions: - Set field on Form 1 from Form 2: c = z where ( a = x) - Push Field onto Form 2 z = c+1 I am expecting to see the results in sequence for c (1,2,3,4,5,6,7,8 etc) but I see the results in chunks of three's (1,1,1,2,2,2,3,3,3 etc) _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

