arashii
Registered User.
- Local time
- Today, 12:52
- Joined
- Feb 12, 2007
- Messages
- 22
Hi guys. I need some help troubleshooting my cascading combos... that won't cascade
.
Basically the setup is:
Combo 1 : CATEGORY
Combo 2 : ItemNames that fall into selected CATEGORY
My 2 combos get populated OK, but when I add in my Criteria in the Query Builder, Combo 2 doesn't show any ItemNames anymore
. I'm not sure what the problem is because I was able to do it before, but when I tried to replicate it (about a million times I tried ~_~ ), it won't work any longer.
I'm not sure if I'm typing my criteria in wrong, I tried 2 types of criteria already:
and I have a requery statement in my Afterupdate for Combo 1.
Can someone be kind enough to take a peek please?
Thank you so so much!

Basically the setup is:
Combo 1 : CATEGORY
Combo 2 : ItemNames that fall into selected CATEGORY
My 2 combos get populated OK, but when I add in my Criteria in the Query Builder, Combo 2 doesn't show any ItemNames anymore

I'm not sure if I'm typing my criteria in wrong, I tried 2 types of criteria already:
[Forms]![tbl_Inventory]![cbo_Category]
[Forms]![tbl_Inventory]![cbo_Category].[value]
and I have a requery statement in my Afterupdate for Combo 1.
Private Sub cbo_Category_AfterUpdate()
Me.cbo_ItemName.Requery
End Sub
Can someone be kind enough to take a peek please?

Thank you so so much!