Hi, Here's the macro we're currently using to retrieve data for a PAGE TYPE radio button field:Documents[@/Site-Settings/NVKB-Branches@].Children.WithAllData#It works beautifully ... but we actually want to retrieve data from MULTIPLE different areas in the PAGES application ... and have them all appear as options for that one single radio button field.How we rewrite this, so all these items will appear TOGETHER as ONE data list for that one single radio button field? Documents[@/Site-Settings/NVKB-Branches@].Children.WithAllData#Documents[@/Site-Settings/NEWS-Branches@].Children.WithAllData#Documents[@/Site-Settings/MORESTUFF-Branches@].Children.WithAllData#Thank you! Rita.
↧