JenNorthwood
Registered User.
- Local time
- Today, 16:01
- Joined
- Apr 17, 2003
- Messages
- 24
Hi There
I have a form and a subform. I have a combo box called Combo16. I am trying to choose an option from Combo16 and then it appears in the subform Combo box - Combo10.
Combo16 = Combo10
Problem: I get an error saying it can't find the subform. I have made sure that all spelling is corrected.
Any suggestions, Here is my code.
Private Sub Combo16_AfterUpdate()
[Forms]![frmTest]![Combo16] = [Forms]![sfrmTest2]![Combo10]
End Sub
Thank you,
Jen
I have a form and a subform. I have a combo box called Combo16. I am trying to choose an option from Combo16 and then it appears in the subform Combo box - Combo10.
Combo16 = Combo10
Problem: I get an error saying it can't find the subform. I have made sure that all spelling is corrected.
Any suggestions, Here is my code.
Private Sub Combo16_AfterUpdate()
[Forms]![frmTest]![Combo16] = [Forms]![sfrmTest2]![Combo10]
End Sub
Thank you,
Jen