In access 2007 I want to update my Subform based upon entry in one text field in my main form. Right now the subform won't update unless i close the and reopen it or go to the next record and then come back.
I have tried entering the following in the After Update event control for the text box
forms![subformname].requery
With this I get the error that the object "forms!subformname" cannot be found. I am typing the subform name exactly as it is seen in the objects menu or source object field in the properties of the subform.
Any ideas how to get the subform to automatically update with the new records after entry in my main form?
Thanks for the help!



