C
Cornbeef
I have two check boxes, Status and Type, that I want to use as criteria to
change the drop down box of a combo box on the same form.
There are three different scenarios:
Status = True And Type = True - drop down shows only part list 1
Status = False And Type = True - drop down shows only part list 2
Type = False - drop down shows only part list 3
How would I set this up? Thanks in Advance.
change the drop down box of a combo box on the same form.
There are three different scenarios:
Status = True And Type = True - drop down shows only part list 1
Status = False And Type = True - drop down shows only part list 2
Type = False - drop down shows only part list 3
How would I set this up? Thanks in Advance.