Comboboxes

  • Thread starter Thread starter Ezekiël
  • Start date Start date
E

Ezekiël

Hello,

Could somebody help me with controlling comboboxes through other comboboxes.
I have 1 table where i have defined choice-options for several categories.

e.g.

column1 'choicelistname' (e.g. orderslist)
column2 'choicelistgroup' (e.g. fase)
column3 'choicelist values' (e.g. status 1, status 2, etc.)

How can i use a combobox where i can choose a list and where the other
combobox has the values.

Greetings,

Ez
 
I already know this, but i want to go a litlle further.
How about when you go to the next record and the value in second combobox is different than the record before. How can you 'synchronize' the values of the first combobox.

e.g.

in combobox 1, i have some values that has different values in combobox 2. Each time i select a value from combobox 1, the matching value appears in combobox 2. When i choose another value in combobox 1 the values changes in combobox 2. This works fine, but i go to the next record the value in combobox 2 has changed where i should expect another value.

Can you solve this
 
I am not understanding what behavior you want to see when you go to the next
record? Can you provide some examples?

--
Ken Snell
<MS ACCESS MVP>
Ezekiël said:
I already know this, but i want to go a litlle further.
How about when you go to the next record and the value in second combobox
is different than the record before. How can you 'synchronize' the values of
the first combobox.
e.g.

in combobox 1, i have some values that has different values in combobox 2.
Each time i select a value from combobox 1, the matching value appears in
combobox 2. When i choose another value in combobox 1 the values changes in
combobox 2. This works fine, but i go to the next record the value in
combobox 2 has changed where i should expect another value.
 
Back
Top