Dynamic Combo Box

Shaun3

New member
Local time
Today, 07:58
Joined
Aug 12, 2008
Messages
6
Hi all,

Thanks in advance for any and all help that can be provided!

I am completely new with access, so apologies in advance.

I'm designing a form which has two combo boxes on it: combobox1 and combobox1. Combobox1 selects values from the table "Categories", and combobox2 from the table "Subcategories". The tables are linked by a 1-many relationship (1 in category, many in subcategories).

When a selection is made in combobox1, how can i get combobox2 to only display the values in "Subcategories" corresponding to the selection made in combobox1? currently, as expected, all values in "subcategories" shows up in combobox2, regardless of the value in combobox1. any clues on how to change this?

Thanks again for any and all help!

-shaun
 
Thanks Paul!

I've downloaded your example and am studying it; the example is exactly what I want to do. Its slow going for a newb like me, so thanks for the help :)

-Shaun
 

Users who are viewing this thread

Back
Top Bottom