Hi
I am trying to set the values of a combo box based on one of the values in my form data source.
my form has
lk_id (10,11,12,13)
lk_description
fa_id
i have made the fa_id a combo box to show it's description (from another table).
i want to filter the combo box based on the lk_id, so lk_id 10 will have 3 fa_id's (1,2,3), lk_id 11 will have 3 (4,5,6) etc.
problem is when i load the form the fa_id's are all lk_id 10's associated fa_id (1,2,3)?? It does not filter the combo box based on the lk_id range, it only filters based on the first/selected lk_id.
I'm hoping that made sense.
can anyone advise. thanks, spin.
I am trying to set the values of a combo box based on one of the values in my form data source.
my form has
lk_id (10,11,12,13)
lk_description
fa_id
i have made the fa_id a combo box to show it's description (from another table).
i want to filter the combo box based on the lk_id, so lk_id 10 will have 3 fa_id's (1,2,3), lk_id 11 will have 3 (4,5,6) etc.
problem is when i load the form the fa_id's are all lk_id 10's associated fa_id (1,2,3)?? It does not filter the combo box based on the lk_id range, it only filters based on the first/selected lk_id.
I'm hoping that made sense.
can anyone advise. thanks, spin.