I have a database that looks like this:
I need to be able to get all the columns of one mangroup based on a search. The user will type in [type2] FPR = [disc] 2.50 and [type2] low = [disc] 1.00 and I need all the rows of this [mangroup] which has both fpr = 2.50 and low = 1.00
How would I do this?
Debra has a question