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.