Combo boxes

tselie115

Registered User.
Local time
Today, 09:47
Joined
Aug 10, 2008
Messages
44
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?
 
still not working.
comboboxes are in different forms that are subforms.
tables seeding the combo boxes have one to many relationship!
 
are you sure you are referencing the combos correctly.

check out this link. It shows you how you should be referencing controls when they are on forms/subforms.
 
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
 

Users who are viewing this thread

Back
Top Bottom