jsolutions
Programmer
I have an access 2000 database that has been in use for quite a while with security groups and users using Workgroup Security. Everything works fine. Now, the customer has required a "Read Only" group which I have created. In testing, I am coming across some issues where forms go to the "new" record on opening. Obviously, this is triggering because of the "read only" permissions. I know how to access the current user of the system, but is there a way to determine (through code) the user group a user belongs to so that I can set up an if...then to avoid this error.
Thanks
Thanks