Hi Illyssa,
We don't have any stock scripts tat do this, but there are a few FileMaker functions that allow you to determine who the user is, or what privilege set they're in.
Get ( AccountName )
Get ( AccountPrivilegeSetName )
probably being the most useful.
Our "Upon Opening" script runs after Log-In so you can add to the end of that script what you want to happen based on the results of one of the above functions, like setting up a "pre-filter" would be a common thing to do here.
http://www.seedcode.com/pmwiki/pmwiki.p ... 12.Filtershth,
-Jason