I know, there have been already questions about subforms etc., but I don't know where I should name my form... sily heh? :D
I've got continous form with combo box which is named fine, but I don't know where to name continous form. When choose form from drop down menu form, where is query which I'd like to requery

I cannot see name there only caption name

I tried that like code below, but don't know what name I should use
Could anybody point me right direction please?
Thank you
I've got continous form with combo box which is named fine, but I don't know where to name continous form. When choose form from drop down menu form, where is query which I'd like to requery

I cannot see name there only caption name

I tried that like code below, but don't know what name I should use
Code:
Private Sub comboNames_Change()
Me!Subform1.Form.Requery
End Sub
Thank you
Comment