Relookup of Values across foundset

I am trying (and failing :( ) to create a method that will loop through all the records in the foundset and perform a relookup. It seems as if would use the ‘while’ command but it only does it for the current record.

Would be grateful to see a code snippet that will perform this function. TIA.[/i]

Can you copy/paste your code so I understand what you trie to do…

since rc6 you can refresh the entire foundset at once, by putting recordindex = -1 into the refresh dataset command.

Paul