I have used the following command on a command button to requery my subform and it works as I planned. However, if I copy it to say,the OpenEvent for the same form, nothing happens. I'm obviously missing something here.
All help appreciated thanks
Code:
[Forms]![Customers]![mysubform].Form.Requery
All help appreciated thanks