A
an
Hello!
I would like to have a form, based in T_AnnualsValues,
with 3 Combo boxes:
1 - CboCompon
2 - CboParam
3 - CboDate
I would like to display in CboCompon, all possible
components to choose one (with SELECT DISTINCT in Row
Source);
in CboParam only records "filtered" through CboCompon;
In CboDate only the records "filtered" through CboParam
(and CboCompon) with all differents dates.
Any help is welcome!
Thanks in advance
an
I would like to have a form, based in T_AnnualsValues,
with 3 Combo boxes:
1 - CboCompon
2 - CboParam
3 - CboDate
I would like to display in CboCompon, all possible
components to choose one (with SELECT DISTINCT in Row
Source);
in CboParam only records "filtered" through CboCompon;
In CboDate only the records "filtered" through CboParam
(and CboCompon) with all differents dates.
Any help is welcome!
Thanks in advance
an