Can a table be locked out to users from the Navigation Pane.
Can a table be locked out to users from the Navigation Pane.
(OP)
I have been charged with researching an issue.
We have a table that acts as an audit log.
Is there a way to lock that table to unauthorized users or access.
By that I mean, we need the system to log the transaction but we dont want the table to be edited if someone opens up the database with a shift-enter to get to the Navigation pane. Is this possible.
Thx
We have a table that acts as an audit log.
Is there a way to lock that table to unauthorized users or access.
By that I mean, we need the system to log the transaction but we dont want the table to be edited if someone opens up the database with a shift-enter to get to the Navigation pane. Is this possible.
Thx
RE: Can a table be locked out to users from the Navigation Pane.
Duane
Hook'D on Access
MS Access MVP
RE: Can a table be locked out to users from the Navigation Pane.
HTH << MaZeWorX >> "I have not failed I have only found ten thousand ways that don't work" <<Edison>>
RE: Can a table be locked out to users from the Navigation Pane.
If you have a Access 2003 or earlier you can use Access security to remove update and delete permission.... You could even use a separate file for the log table but still use a more current accdb file for your other data (Not sure what kind of performance hit you will take).
RE: Can a table be locked out to users from the Navigation Pane.
Thanks all.