C
coachjeffery
I've read the threads regarding filtering one cbo off of another but what if
i need to filter a cbo off of 2 other boxes?
I have:
cboVendor
cboDevice
cboModel
Currently i filter cbomodel based on the choice from cboDevice.
what i need to do is to filter the cbomodel based on the choices from both
cboVendor and cbodevice because more than 1 vendor may make the same device
but with a different model number. Otherwise my cbomodel list gets rather
long for the user.
i need to filter a cbo off of 2 other boxes?
I have:
cboVendor
cboDevice
cboModel
Currently i filter cbomodel based on the choice from cboDevice.
what i need to do is to filter the cbomodel based on the choices from both
cboVendor and cbodevice because more than 1 vendor may make the same device
but with a different model number. Otherwise my cbomodel list gets rather
long for the user.