Using a secured Access database, it is possible to restrict access to certain features of the application using a secure workgroup, setting up users and groups and then programmatically testing who is logged in and then assigning permissions based on that users group membership.
My problem is that I need to do is the same thing to an Access Project application, but an Access project cannot use the Jet database workgroup features. So far I haven’t been able to find any real information on how to secure an Access project application. If anyone has any examples, knows of any good books/magazines on this subject, I would really appreciate it, Thanks!