Password on the backend and is it recommended?

BittenApple
BronzeLounger
Posts: 1498
Joined: 01 Mar 2015, 02:03

Password on the backend and is it recommended?

Post by BittenApple »

Hello team,
I wonder if we can put password on the backend of the table and is act recommended?
Regards,
BittenApple

User avatar
HansV
Administrator
Posts: 78512
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Password on the backend and is it recommonded?

Post by HansV »

What do you want to accomplish with protecting the backend with a password?
Best wishes,
Hans

BittenApple
BronzeLounger
Posts: 1498
Joined: 01 Mar 2015, 02:03

Re: Password on the backend and is it recommonded?

Post by BittenApple »

Hello Hans,
I want to protect back end of the database.
Regards,
BittenApple

User avatar
HansV
Administrator
Posts: 78512
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Password on the backend and is it recommonded?

Post by HansV »

It would probably be better to place the backend in a folder on which only the database users have permissions, so that others can't open the folder...

Also: if you forget the password, it'll be difficult to retrieve the data from the database, since it will have been encrypted.
Best wishes,
Hans

BittenApple
BronzeLounger
Posts: 1498
Joined: 01 Mar 2015, 02:03

Re: Password on the backend and is it recommonded?

Post by BittenApple »

Hello Hans,
Do you mean of database users, end users?
I have a folder that has the backend, then under that there is 50 subfolders, one for each user and the front end copy is put in the subfolders. End users can put their copy on their own location (as long as they are going to stay in same drive).

I am afraid end user go and do some changes on the backend?
I am not going to forget my pw?

Regards,
BittenApple

User avatar
HansV
Administrator
Posts: 78512
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Password on the backend and is it recommonded?

Post by HansV »

People who use your database need to have full permissions (read, write, create, delete) on the folder that contains their frontend database AND also on the folder that contains the backend database. Otherwise, Access won't work correctly. So anyone who uses your database can, in theory, delete the backend... :sad:
(So make sure that the backend is updated frequently!)

But you can indeed protect the backend with a password. You will have to relink the tables in each frontend.
Best wishes,
Hans

BittenApple
BronzeLounger
Posts: 1498
Joined: 01 Mar 2015, 02:03

Re: Password on the backend and is it recommonded?

Post by BittenApple »

Hans,
Are you saying that after I put the password, I have to relink the tables to each frontend?
Regards,
BittenApple

User avatar
HansV
Administrator
Posts: 78512
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Password on the backend and is it recommonded?

Post by HansV »

Yes, that is correct.
Best wishes,
Hans

BittenApple
BronzeLounger
Posts: 1498
Joined: 01 Mar 2015, 02:03

Re: Password on the backend and is it recommended?

Post by BittenApple »

:bananas: :bananas: :clapping: :cheers: Thanks!