I have a single table and a form to filter out and display the correct record.
To select a unique record I would have to create 4 cascading combo's which would look like this:
cbo_method - cbo_un - cbo_psn - cbo_pg
My columns are also named method, un, psn and pg
I would like to reduce my form to 3 combo's by combining cbo_un and cbo_psn, on my form it looks like this:
cbo_method - cbo_un + psn - cbo_pg
how do I configure my last combo (cbo_pg) so that it only displays values based on the selection of the method and un + psn in the first 2 combo's?
To select a unique record I would have to create 4 cascading combo's which would look like this:
cbo_method - cbo_un - cbo_psn - cbo_pg
My columns are also named method, un, psn and pg
I would like to reduce my form to 3 combo's by combining cbo_un and cbo_psn, on my form it looks like this:
cbo_method - cbo_un + psn - cbo_pg
how do I configure my last combo (cbo_pg) so that it only displays values based on the selection of the method and un + psn in the first 2 combo's?
Last edited: