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...