Problems with a subform

JenNorthwood

Registered User.
Local time
Today, 11:16
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
 
The main form is a form for a course. The subform is a Continuous Form to pick all the poeple who took the course.

There is also a place for the date and course length in the subform.

I don't want to have to type in the date and course lenght for every person in the Continuous Form.

So I figured if I put the options in the main form, they can put those values into the subform, therefore, not having to type in the value each time.

Jen
 

Users who are viewing this thread

Back
Top Bottom