I have a customers table, a tasks table and a customer_tasks table to define a many to many relationship.
I have a primary view that lists my customers. I want to click on a customer and edit only the relevant lines in the customer_tasks table. I tried to use LINKTOVIEW but it did nothing when clicking on the customer. Any suggestions?