Its even easier than that. Anywhere you reference the parent query inside the child, reference the parent queries current row...
parentquery.columnname[parentquery.currentrow] The current row attribute gets update correctly throughout the loops and will force the reference to be correct. On 5/10/06, Patrick Forsythe <[EMAIL PROTECTED]> wrote: > That was going to be what i tried next ;) > > > > > >Simplest solution is to copy the information to a local variable before > >the start of the inner loop, then use that local variable inside the > >loop. > > > > > > -- > Patrick Forsythe > Tech Support > Smallville Communications > http://www.toto.net > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240135 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

