May 30, 200817 yr hello... i want to break-down master found record set into sub-sets based on common ID. lets say if master-found-record-set returns 12 records where first 4 records have ID[1], 5-9 have Id[2] and 10-12 have ID[3] then i want to break down the found-record-set into 3 subsets each containing corresponding records. also how can i retain the master-found-record-set so that after i'm done working with first sub-set, i can move to second ID and then loop through its records and so on. thanx in advance.
Create an account or sign in to comment