I have a field in a form that i want to use to update the list of entries for a combo box in a subform.
basicly im thinking
Private Sub Project_Code_AfterUpdate()
Me.Text2.Requery
End Sub
the only thing im missing is the part of the call that tells it to requery text2 in subform x
is it just
forms.form_name.text2.Requery
???
what is the correct syntax?
basicly im thinking
Private Sub Project_Code_AfterUpdate()
Me.Text2.Requery
End Sub
the only thing im missing is the part of the call that tells it to requery text2 in subform x
is it just
forms.form_name.text2.Requery
???
what is the correct syntax?