How can pass a selected client to another view, and list all of the associated notes for that client?
I have a form that allows me to add clients. And I have another form that allows me to add notes linked with a chosen client. I would like to be able to click on a client from a list view, and be taken to a view showing the information for that particular client, and also have all of the notes that are associated with that client displayed right below the client information. Is there any way to do that?