I'm trying to make cascading combo boxes to narrow down the options for the user on entry. I was able to get the first and second combo boxes to work. here are screenshots of the code
for the first combo box named orchard and this is for the second
. The issue is the third box. I cant get it to filter based on the 2 boxes above it. it only filters based on one of them. Here is the table the data is stored
. Does anyone know what I have to write for it to look at both? Side note I know the other option is to separate the data into multiple tables and build relationships but for the purpose of this database I have to keep the data in one table. Thanks in advance!