Hi All
I have a Clients table and each Contact belongs to a particular Client (so Contacts has a lookup field connected to Clients table)
There multiple Contacts can belong to a single client .
I also have a Invoices table, which has Client and Contact column, invoices added with Contact and Client info
So I created a page "Our Invoices" with a list that should only show invoices that belongs to a Client that currently logged in Contact is a member of, and I just cannot find the way of doing it.
Thanks