ahmedaliazad
Registered User.
- Local time
- Today, 06:28
- Joined
- Aug 10, 2018
- Messages
- 29
Hello,
Dear all,
I have a database application with frontend and backend access,
when I use linked table of users in frontend file the program is working well but for security reason I don't need to link the table which include username and password for each users in frontend because anyone can export the table to a new database then find the password and login to the system with administrator, but my backend is password protected.
So I want to write the dlookup to check the username and password for users table in backend file,
please can anyone help me
Dear all,
I have a database application with frontend and backend access,
when I use linked table of users in frontend file the program is working well but for security reason I don't need to link the table which include username and password for each users in frontend because anyone can export the table to a new database then find the password and login to the system with administrator, but my backend is password protected.
So I want to write the dlookup to check the username and password for users table in backend file,
please can anyone help me