What is the easiest way to access another form based on the information in a subform? I prefer not to write code since I'm a beginner.
I have table "Employees" and a table "Projects" with a Many to Many relationship. I have a form designed that allows users to enter project information and assign themself to the project.
I would like users to be able to easily view the projects they're assigned to (I assume another Mainform (employees) with a subform (projects) would be the best way to do this. But when they see their projects in the subform how can I easily take them into that record to update it?
I have table "Employees" and a table "Projects" with a Many to Many relationship. I have a form designed that allows users to enter project information and assign themself to the project.
I would like users to be able to easily view the projects they're assigned to (I assume another Mainform (employees) with a subform (projects) would be the best way to do this. But when they see their projects in the subform how can I easily take them into that record to update it?