RWOP has particular difficulties, not "as intended" but in terms of "breaking
in".
It seems that any "stored query" is a security risk, because they are easy to
break. Queries should be written in code and NOT stored if possible (even then
there's some risk). I'm surprised "Rick B" didn't mention this.
But if your risk is "inadvertent operators" as against "enemy action", all of
the suggestions are fine. Even so, I'd write code to do a query rather than
RWOP (I think).
Of course, RWOP is incompatible with writing queries in code, because "who is
then the owner?". Just some thoughts on advanced security, which for all I
know probably muddles things but just think about all potential circumstances
for your circumstance.
(In short, forget RWOP just do similar in code?)(???)
Chris
mcrider said:
Thank you. I appreciate you taking the time to respond. I see it wasn't the
first time you suggested using 'search' and I'm sure it won't be the last!
Especially helpful with ideas for search criteria...RWOP was particularly
good.