I have a database which, when opened, the user is promted to enter a username and password. depending on these details, forms are made available to a user on different levels, ie. manager enters u/name and p/w and gains access to the whole db, but user enters u/name and p/word and is only allowed to view forms 1, 2 and 3 (form 1 they have full access, form 2 they have input access only, and form 3 they have read only access). i have been able to do this so far, the trouble is that forms 2 and 3 have command buttons on them that open other forms (which i don't want them to be able to manipulate), so i want to be able to disable these buttons, but only when the restricted user is using the form, ie: if i have disabled buttons on the form, and the manager opens it, these buttons need to be enabled.