Forums

This topic is locked

by page access permissions

Posted 05 Mar 2004 22:56:00
1
has voted
05 Mar 2004 22:56:00 John Gough posted:
Using Access 2003 I Insert/Update a tblAccess where Page IDs and User IDs are stored. Upon loggin the specified user (ID) calls a query and renders a link list allowing access to the listed pages that said ID is matched with in the tblAccess. Is this the "best" way to achieve page-by-page access permissions?
Thanks

Replies

Replied 10 Mar 2004 04:32:21
10 Mar 2004 04:32:21   replied:
Another way to do it is set up a database with the fields User_ID, Link_page and if needed User_group. Then make a page that has a recordset that filters the user_ID and or User_group. Then diplay the Link_page results(you can link the field dynamicaly).

Reply to this topic