ashleybyrdnc
Registered User.
- Local time
- Yesterday, 23:20
- Joined
- Sep 27, 2006
- Messages
- 17
I am trying to base one combo box (Combo28) off of another combo box (Combo16) value in a subform (NCRB2010Defects subform!). It works when I have the subform open by itself but when I put it in (NCRB2010) another form it gives me the following error enter parameter
Forms!NCRB2010Defects subform!Combo28
I have the following code attached to Combo28's After Update
Private Sub Combo28_AfterUpdate()
Me.Combo16 = Null
Me.Combo16.Requery
Me.Combo16 = Me.Combo16.ItemData(0)
End Sub
Can anyone tell me what I am doing wrong. Attached is the database if you'd like to see it.
Thanks
Forms!NCRB2010Defects subform!Combo28
I have the following code attached to Combo28's After Update
Private Sub Combo28_AfterUpdate()
Me.Combo16 = Null
Me.Combo16.Requery
Me.Combo16 = Me.Combo16.ItemData(0)
End Sub
Can anyone tell me what I am doing wrong. Attached is the database if you'd like to see it.
Thanks