Hi Douglas,
Here is my situation. I have a table say 'Tally', only admin/s are allowed
to create records in this table. It has a flag indicating if a particular
record in 'Tally' is confidential. If so, all users aren't allowed to view
this record. Only users associated with particular 'Tally' can view/modify
records. Information about who can access is stored in another table which is
linked to 'Tally' with a key.
For viewing records, a view works, however, I cannot use view to modify
records.
Any ideas?
Appreciate your help!