On 26 Dec 2011, at 19:12, ik wrote: > I have a first union. But on records we do not end case with "end". and > beneath the union, I have to place another union, or another fields that is > not part of the union. > How can I do that ? You have to create an extra nested record that contains that union. Jonas