beanhead0321
New Member
- Joined
- Jul 8, 2011
- Messages
- 14
I realize this is everywhere on the internet, but I can't seem to get mine to work. I have two combo box, first one is called Name, second is called Model. In the query for model under criteria for Name, I have [Forms]![Form1]![Name] for reference for the query. When I put in a value in Name and run the query, I pick up nothing. The Name combo box gets info from a table called Categories and the second combo box gets info from the query which refers to a table called Inventory. When I run the query after selecting a value for the first combo box, I get nothing in my query. Do I need to create a relationship between the two tables? What am I doing wrong?