Does anyone know of a way to iterate through the sections of a report? Oddly, each section is NOT part of a collection, but is stored in the array "me.section"
However, I tried to loop through this array, using UBound(me.section()), but that doesn't work either.
I've even resorted to trying an...