Hi! I have a combo box working fine but want to filter the list based on a second combobox IF the second cbo has been filled in. I do not want the second cbo to be required. Actually, I have a third cbo also so what I really want is:
#1- the primary cbo to not be filtered at all if both the second and third cbos are BLANK
#2- the primary cbo to be filtered by the second cbo criteria IF the second cbo is NOT BLANK
#3- the primary cbo to be filtered by the third cbo criteria IF the third cbo is NOT BLANK
I have a 'got_focus' on both the second and third to make the other blank to prevent both from being NOT BLANK at the same time. They can both be blank for #1 above. Thanks in advance!
#1- the primary cbo to not be filtered at all if both the second and third cbos are BLANK
#2- the primary cbo to be filtered by the second cbo criteria IF the second cbo is NOT BLANK
#3- the primary cbo to be filtered by the third cbo criteria IF the third cbo is NOT BLANK
I have a 'got_focus' on both the second and third to make the other blank to prevent both from being NOT BLANK at the same time. They can both be blank for #1 above. Thanks in advance!