G
Guest
I'm so close, but I can't get the dlookup to pick up the field "password"
from the table Employees.
If InputBox("Please Enter a Password") =
"DLookup(
![Employees],[Employees]![Employee],[Employees]![Password]"
Then
Cancel = True
The table is [Employees], the Name of the field I want it to pull from is
"password" assigned to a field "employee". What is wrong with my equation.
(If you are confused about my design, it is because I am encrypting and
assigning passwords for other parts of the program, the backgound will be
locked up to non-administrative users.)
from the table Employees.
If InputBox("Please Enter a Password") =
"DLookup(
Then
Cancel = True
The table is [Employees], the Name of the field I want it to pull from is
"password" assigned to a field "employee". What is wrong with my equation.
(If you are confused about my design, it is because I am encrypting and
assigning passwords for other parts of the program, the backgound will be
locked up to non-administrative users.)