I have a table that has a user Id and aswell the Id of the department he/she belongs to.
Now i want to write a code a to check if the logged in user belongs to department A OR B, if they belong to either one of them , then they have certain access rights. (otherwise none)
Syed ShanuPosted Jun 1, 2015, 12:53 AM
Hi,
You can write a join query and get user detail and Depatment name.