hi,
im currently working on a db in ms-access. I have a table with the following columns: user_ID, name, password and group (admin/normal user).
i wish to create a login form such that when a normal user (where the user group = normal user ) he/she shall have access only to the forms in the datasheet mode. But when a admin logs in (where the user group = admin) he shall be able get access to the entire database (all tables/queries/forms/reports/modules..) in the design mode as well.
can anyone help me write a code for the above ?
im currently working on a db in ms-access. I have a table with the following columns: user_ID, name, password and group (admin/normal user).
i wish to create a login form such that when a normal user (where the user group = normal user ) he/she shall have access only to the forms in the datasheet mode. But when a admin logs in (where the user group = admin) he shall be able get access to the entire database (all tables/queries/forms/reports/modules..) in the design mode as well.
can anyone help me write a code for the above ?
Last edited: