Having a security issue that I'm struggling to find a solution for.
Objective: Create a DB where every company user is allowed to add new records but not read existing records. Any ideas?
Background: Users are to use DB to record possibly sensitive issues related to work environment. These records should then only be possible to be read by user on manager levels.
Best option I've come up with so far is to disable the Navigation Pane + disabling shift key on the FE, and then password protect the BE, but that doesn't seem secure enough.
Most appreciative for any help!