I want to secure update page or filter records so that only the owner of the record can update it
Is there a security rule that can be added to match the record owner (in this case customerid in products table = id in users table)
Or do I need to create a recordset that will show no record available if the criteria is not met.
I attempted the recordset but I obviously do not know how to code that correctly.
Please see PM.