I have my database which has a number of form views and I want to password protect one of my forms [Employees] so that only authorised individuals can access that part of the database, my form object name is frmEmployees and the button the is clicked to open this form is named cmdOpenfrmEmployees.
So what I would like to achieve is that when a person clicks on this button that they are prompted for their login ID and password, the password needs to masked as you would normally when logging into any application.
Any assistance would be most appreciated.
So what I would like to achieve is that when a person clicks on this button that they are prompted for their login ID and password, the password needs to masked as you would normally when logging into any application.
Any assistance would be most appreciated.