uncleroydee
Technical User
My project will serve 4 distinct user groups from 4 seperate geographic locations. Each group will have read access to everything but will only be allowed to write or modify records from their home location.
My intention is to make multiple versions of the Insert and Update pages and connect each to it's corresponding view Recordset. Each edition would then be housed in a folder named after the group that has rights to it.
I would like to eliminate the need for my users to select their location name from a list or hyperlink and have the web server return pages customized for the user group.
Is there a way for the web server to learn from the NT Server of what UserGroup a user is a member and pass that as a parameter to be included as part of the URL?
Thanks.
My intention is to make multiple versions of the Insert and Update pages and connect each to it's corresponding view Recordset. Each edition would then be housed in a folder named after the group that has rights to it.
I would like to eliminate the need for my users to select their location name from a list or hyperlink and have the web server return pages customized for the user group.
Is there a way for the web server to learn from the NT Server of what UserGroup a user is a member and pass that as a parameter to be included as part of the URL?
Thanks.