I have the following tables and fields:
+------------------+ +-------------------+ +---------------+ | Request | | RequestItem | | Item | +------------------+ +-------------------+ +---------------+ | + Requester_Name | | + Request_No | | + Item | +------------------+ +-------------------+ +---------------+ | + Request_No | | + Item | +------------------+ +-------------------+
I would like to filter the items which are selected under a particular request number, along with a specific requester name. How might I go about doing this?