Recent content by reham

  1. R

    3 combo boxes in 3 subforms

    hey guys i am still having troubles with this silly filtering combo boxes thingy. I just cant find a way to link the forms ! a gentleman suggested that i use Dim ctrl As Control Set ctrl = Me.ActiveControl With Me.RecordsetClone...
  2. R

    3 combo boxes in 3 subforms

    i am sorry for the misunderstanding, the combo boxes ARE unbounded. and yes they are linked by ID and not name. i will go ahead and try more WHERE statements see if it works. i appreciate the reply though :)
  3. R

    3 combo boxes in 3 subforms

    well the three combo boxes are bounded combo boxes, located in three nested subforms. row source is a query: cbocampaign: SELECT tblCampList.CampID, tblCampList.CampName FROM tblCampList WHERE (((tblCampList.Active)=True)) ORDER BY tblCampList.[CampName]; Same things goes for cboProdFamily...
  4. R

    Synchronized Comboboxes

    Echilon, how did you get the combo boxes to synchronize? i cant seem to reference the nested subform to synchronize the combo boxes
  5. R

    3 combo boxes in 3 subforms

    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...
Back
Top Bottom