I have secured my database with user level security and staff are now required to logon to access it. What I need the helpdesk system I am creating to be able to do is:
1) To be able to display the Name (not their User ID) of the "currentuser" on a form by entering an expression in the control source or some other means (I have a "tblUsers" table whereby the UserID field is the same as the User Name for users logging into Access and the table also contains a "Name" field).
2) After logging in I need for either FORM1 to pop up if the person logging in is member of ADMIN or FORM2 to pop up if the person is only a USER.
3) For a combo box on a certain form to only be enabled if the currentuser is a member of Admin.
Also, does anyone know if it is possible and if so how to get an autonumber to start from 1 again. Just a small point but it is annoying as I am doing a calls database and would like to have my list of calls received starting from 1.
Thanks for all the help I've been given on these message boards!
1) To be able to display the Name (not their User ID) of the "currentuser" on a form by entering an expression in the control source or some other means (I have a "tblUsers" table whereby the UserID field is the same as the User Name for users logging into Access and the table also contains a "Name" field).
2) After logging in I need for either FORM1 to pop up if the person logging in is member of ADMIN or FORM2 to pop up if the person is only a USER.
3) For a combo box on a certain form to only be enabled if the currentuser is a member of Admin.
Also, does anyone know if it is possible and if so how to get an autonumber to start from 1 again. Just a small point but it is annoying as I am doing a calls database and would like to have my list of calls received starting from 1.
Thanks for all the help I've been given on these message boards!