How can i identify a subform in my code.
I am trying to change the properties of a field in a subform from an event on the main form. i have written Forms![frmSubform]![Field1].
When i run the event I get an error that states it cant find the above form. Is there a different way of identifying it being that it is embedded in the main form?
I am trying to change the properties of a field in a subform from an event on the main form. i have written Forms![frmSubform]![Field1].
When i run the event I get an error that states it cant find the above form. Is there a different way of identifying it being that it is embedded in the main form?