Hi! i want to deselect a few menu items depending on the user!
For example the administrator can have access to all the menu items in the form , Manager access to an additional few items and the data entry person to have access only the data entry menu item! how is it possible to implement this!
The users are stored in the sql database with the table structure:
Username,Password,Type
Thanks