I have 2 tables, the first is called tblRegister and the second is tblRequest. In tblRequest I have a column named Province. In the other table I have 14 columns named after the provinces with a value of True or False within them. I need to query this table by using the tblRequest Province Column field value to retrieve that column name in the tblRegister table with a value of True that matches the tblRequest Province Column field value. How do I do this?