Hello i have two related tables types and subtypes with one to many relationship id primary key.n i hve 2 combo boxes type in form1 n subtype in subform1.how to select the list of combo subtype based on the selection of combo type based on id?
the structure is like
Main>Products>Inventory Transactions>SUBMATERIALS
the first combo on Products is type
the second combo on SUBMATERIALS is material.
how to set the rowsource of material combo box on the afterupdate event of type combobox