I have a database which has a table Subject - which contains the values - Liquor, Tobacco, Kava etc.
I have another table which has decisions.
Now the database is supposed to store the specific decisions to complaints made about each different type of substance.
Thus i have another table called Decisions with the following details:
KAVA - Application approved
LIQUOR - Application Denied
etc.
it gets a little more complicated as each substance has a differing set of outcomes to a decision. e.g. a liquor application can be suspended but a kava one cannot.
I have a form with these two fields on it - the Substance field from the Subject table, and the Decision field from the Decisions table.
what i want is for my combo box to only display the relevant possible decisions based on the subject combo box.
so if you select Liquor from the first combo box, the decision combo box only displays the decisions for liquor.
is this possible or am i living in a distorted dream?
i need something like this as there are over 100 different types of decisions, if i group them all together, as there are 5 different substances, and 20 different decisions can be made for each (and as i said before, they can differ between substance).
so i need to be able to filter the combo box down to only show the details for a specific substance.
can someone offer some assistance, or another way to get aroudn it if you cant do what i want?
im sorry if this question has been asked before, i looked in the searching for cascading combos, but nothing seemed to address the same thing that i want - they are about subforms...
or maybe my n00bieness is just too great and im missing something..
please HELP!!
I have another table which has decisions.
Now the database is supposed to store the specific decisions to complaints made about each different type of substance.
Thus i have another table called Decisions with the following details:
KAVA - Application approved
LIQUOR - Application Denied
etc.
it gets a little more complicated as each substance has a differing set of outcomes to a decision. e.g. a liquor application can be suspended but a kava one cannot.
I have a form with these two fields on it - the Substance field from the Subject table, and the Decision field from the Decisions table.
what i want is for my combo box to only display the relevant possible decisions based on the subject combo box.
so if you select Liquor from the first combo box, the decision combo box only displays the decisions for liquor.
is this possible or am i living in a distorted dream?
i need something like this as there are over 100 different types of decisions, if i group them all together, as there are 5 different substances, and 20 different decisions can be made for each (and as i said before, they can differ between substance).
so i need to be able to filter the combo box down to only show the details for a specific substance.
can someone offer some assistance, or another way to get aroudn it if you cant do what i want?
im sorry if this question has been asked before, i looked in the searching for cascading combos, but nothing seemed to address the same thing that i want - they are about subforms...
or maybe my n00bieness is just too great and im missing something..
please HELP!!