So I'm creating my own user-level security thing and I have some basic code experience but not much. Anyway what I have right now is a if statement to check the password put into the Access form against the password in the table.
What i need help with now is saving that particular password which is currently in the location " & Form![Emp_password]" to the table location "[Password]", "tblEmployeeInformation"
can anyway help provide me with either the command to save only one particular piece of in formation or a full command line to achieve my goal?
What i need help with now is saving that particular password which is currently in the location " & Form![Emp_password]" to the table location "[Password]", "tblEmployeeInformation"
can anyway help provide me with either the command to save only one particular piece of in formation or a full command line to achieve my goal?