hey guys,
i have been literally bumping my head into walla for the last week.
i am working on a super complicated database with the following:
mainform: frmCust
Subform: frmOrd
subform: frmCamps
Subform: frmProdFam
Subfrom: frmProd
the 5 forms are linked within each other, so frmProd is a subform in frmProdFam and frmProdFam is a subform in frmCamps and so on.
the problem is that i need to synchronize 3 combo boxes:
you choose a campaign type from frmCamps, which needs to filter data is a combo box Product Family in frmProdFam which in returns filters data in combo box producst in frmProd.
usually the formula [forms]![mainforms]![subform]!combobox and the an after update and a requery does the job, but i just cant get it to work in here. any ideas?
i have been literally bumping my head into walla for the last week.
i am working on a super complicated database with the following:
mainform: frmCust
Subform: frmOrd
subform: frmCamps
Subform: frmProdFam
Subfrom: frmProd
the 5 forms are linked within each other, so frmProd is a subform in frmProdFam and frmProdFam is a subform in frmCamps and so on.
the problem is that i need to synchronize 3 combo boxes:
you choose a campaign type from frmCamps, which needs to filter data is a combo box Product Family in frmProdFam which in returns filters data in combo box producst in frmProd.
usually the formula [forms]![mainforms]![subform]!combobox and the an after update and a requery does the job, but i just cant get it to work in here. any ideas?