When using master-detail relationship tables and you go from a master table to a detail table, I would like to limit the users ability to change the masterkey value in the URL or at least cause something to happen when they change it. For instance, if they have gone from a master table to a detail table and the records are filtered out by masterkey, you can erase that part of the URL to see all the records in the detail table. Besides using advanced security on the detail table (which is presenting a problem for me) is there a way to cause the URL to re-direct or anything to keep users from doing that?
Any help appreciated.