I have two sheets
Customer ( this has contact name, details and address)
Notes ( this contains a list of notes for each person on its own line with a date)

All the customers are unique entries as they based on the persons name ( first and surname) plus the company they work for, using these three criteria I can filter to show their note history in date order. What I want to do it apply this filter from a link in the customer sheet. Each contact would have an "add notes" link or button which takes them to the notes sheet filter applied in reverse date order. From there I can add a new note for the person by dragging down the first three fields copying them to a new line updating the notes sheet.

As I come form a web background I thought I could use a query string in the URL link, I could make a link to the notes tab then add ?First=A1,Surname=A2,Company=A3" I could then add them to the conditions in the filter by condition > custom formula on the notes page.

Any help received would be much appreciated, I feel like I am banging my head against a brick wall for what would normally be a simple job.