Your question is short and doesn't contain enough information. Access uses forms to create security groups in the workgroup. DAO allows you to programmatically create security objects but copying them would probably be more trouble than it is worth. There are no links from a group to table objects. It would be very non-trivial.
A link is an object in itself and you can programmatically set permissions for any group or single user.
Thank you for your response. My question does not relate to Access security at all. If you take a look at the left hand side of the Access screen, there is an Objects box and within that you can select Tables, Queries, Forms, Reports, Pages, Macros and Modules. Directly under that section is a header called Groups with Favorites listed as the initial group. You can create new groups, each with links to various objects (tables, queries, forms, etc).
Access describes the Groups like this:
"You can create special groups in your database to help you organize related tables, queries, forms, reports, data access pages, macros and modules. You can save shortcuts in each of these groups that are pointers to the objects in the group."
I'm just not sure if the VBA is available to copy the links into the various Groups. Currently, in order to copy tables to a particular group, you have to select each one, right click, select Add to Group, then select which group to add it to. I'm wanting to create something that allows the user to copy multiple objects to a Group at a time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.