I make only the boundary layer(known as "bound") needed selectable, then I try a simple SQL Select statement that works for selecting points within a buffer:
"SELECT * FROM Bound, Buffer WHERE bound.obj WITHIN Buffer.obj"
This never works how I would like it to. I end up having to manually draw a radius select to grab the polygons.
If anyone has any way to select polygons within polygons, please help me out!! It would be much appreciated.
Thanks!
Ross