Problem: I would like to create a one-to-many relationship between Users and a post type.
Solution: You can either create a proxy post type for Users and relate that proxy post type using Toolset's Post Relationships feature, or you can create a custom usermeta field that stores a reference to the related post by ID.
Problem: I would like to adjust permissions and access for Forms, but I cannot find the Access Control menu item under the main Toolset menu in wp-admin.
Solution: Access Control is part of a separate plugin called Toolset Access. Install and activate the Toolset Access plugin to enable Access Control.