With the final example, I not only want to filter the County table based on the user selected Region, but also on those where the air quality is classed as ‘Low’. This is obtained from a Lookup from County to the Environment table
We could have 2 dropdown boxes, one for Region and the other for Environment and filter the County table against both simultaneously, but our requirement is just one dropdown
This gives us a problem. We can’t access the Environment table from the Region table. Even if we could, how do we combine 2 LookUp columns into a single dropdown box?