cigarprofiler
Registered User.
- Local time
- Today, 15:25
- Joined
- Mar 25, 2017
- Messages
- 32
Looking for advice on where to start educating myself on the following matter.
My project consists of a Postgresql back-end/Access 2016 front-end combination. For the time being, the two connect through a system DSN ODBC connection.
I have come to a point where I need to identify users for two purposes:
1. To tie their actions to their user names;
2. To secure the back-end (they may read everything, but write only to a few tables).
I have learned from Google that security is best handled at the back-end. I have a friend who can help me with that but he knows nothing about Access.
What I do not know, and cannot find anywhere on Google, is how to handle things at the front-end. I would expect to have to create an Access login form on start-up to inform the back-end who the user is, but I can't find anything on that. All I get is how to create the form itself, nothing on the underlying functionality required.
Can anybody point me in the right direction so I can read up on how to do this?
My project consists of a Postgresql back-end/Access 2016 front-end combination. For the time being, the two connect through a system DSN ODBC connection.
I have come to a point where I need to identify users for two purposes:
1. To tie their actions to their user names;
2. To secure the back-end (they may read everything, but write only to a few tables).
I have learned from Google that security is best handled at the back-end. I have a friend who can help me with that but he knows nothing about Access.
What I do not know, and cannot find anywhere on Google, is how to handle things at the front-end. I would expect to have to create an Access login form on start-up to inform the back-end who the user is, but I can't find anything on that. All I get is how to create the form itself, nothing on the underlying functionality required.
Can anybody point me in the right direction so I can read up on how to do this?