am in the process of finalizing my access vba project, read a lot of ways how to secure the back end tables in the server however they are quite complicated and needed to re-touch my fe codes ... just askin' maybe there is a simpler way to do it... thank you guys ...
Lock/secure back end tables
Collapse
X
-
-
What kind of things are you wanting to protect from? Just design changes? You could encrypt your BE which would make it so that only people with the password could make changes. I'm not sure how well this works in Access 2003 though.Comment
-
You would have to relink the tables and then provide the password at that time, but there is no code involved and then once the connection is made, there is no difference.Comment
-
Yeah. Don't use Access if security is a big concern.
But pragmatically speaking, most people don't have a choice. What you need to know is that there's nothing you can do to secure your data that can't be undone.
How difficult you want to make it for the other user depends on your requirements. And what we would need is clear concise requirements. Just saying you want to secure data is extremely vague.Comment
-
Comment