hi i have a program that is connected to a access database, i have split the database BE and FE. i have a string that connects to the database in my program. however, i secured the backend with a password which works fine, but unauthorised users can still see the front end so i want to do the same with the front end but when i do, and my program calls the connection string i get the error: not a valid password. is there i way i can code the password in the connection string? so i can secure both FE and BE with a db password.

Provider=Microsoft.ACE.OLEDB.12.0; Data Source=C:/DbFE.accdb"