You can make a single record in a new table. It would have a field, perhaps a multi select field to allow you to select the filters for table A.
You would then build a relationship to lookup those selected values down to table A by a reference field formula of 1 - because the selection record is a tavble with just 1 record, so it will be Record ID# of 1.
Then use a formula in table A to flag record which qualify which calculates to "1".
Then lookup that down to the middle table.
Then summarize up to the B table of the max the join table lookup field.
This any record flagged with a 1 in table B qualifies.
Then to make it nice for the users, put a report link field on the selection record to show a Report Link of all table B records, but then use a report filter for the form of only qualifying records.
So user enters their selections and then saves the selection record and instantly sees the result of qualifying table B records