Checking for user permissions...
Filed Under zjbr.com |
We just had to remove an admin and now we are finding out the the admin has given a lot of other users permission to view this forum.
What Query can I run on the database to see all of the users that have access to see foruimID 37
Thanks in advance for your help!
P.S. Running VB2
SELECT userid FROM access WHERE forumid=37;
SELECT userid FROM access WHERE forumid=37;
That did it Steve, thanks!
#If you have any other info about this subject , Please add it free.# |