Link to home
Start Free TrialLog in
Avatar of ocmwila
ocmwila

asked on

Disable menu items on switchboard

how can i disable certain menu items on the switchboard based on user credentials (username). i would like to limit access to certain functions from certain users
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

ocmwila,

Might be to complicated for a beginner.
Might be better if you built you own menus and used somethoing like this:

If UserName="ocmwilla" then
    me.btnOpenForm.enabled=False
else
     me.btnOpenForm.enabled=True
end if

Are you using Access' security username or are you speaking of the Newtork Username?

JeffCoachman
Avatar of ocmwila
ocmwila

ASKER

thanx jeff
there are several menus(switchboard) and i need to disable some menu items on several of them and so i am willing to do even the complicated.
ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin