Leopold123
Programmer
Hi, I have two questions, I'd appreciate any help anyone can give!
Many thanks,
Leo
1. I need to link sections to the Query that generated the results they are using. I've tried variations on
SectionQuery = BrioQry.ActiveDocument.Sections(2).Parent
but there is no help for Parent and the code fails.
2. The Sections collection holds the Sections in the order they were added to a document, rather than the order they appear on the screen. Can someone suggest how I should go about retrieving the sections in the order they appear on the screen?
Many thanks,
Leo
1. I need to link sections to the Query that generated the results they are using. I've tried variations on
SectionQuery = BrioQry.ActiveDocument.Sections(2).Parent
but there is no help for Parent and the code fails.
2. The Sections collection holds the Sections in the order they were added to a document, rather than the order they appear on the screen. Can someone suggest how I should go about retrieving the sections in the order they appear on the screen?