I wonder if someone could spare me a moment to help me with a syntax ( i think) error. I have a text box on a subform, which it's after update event will requery a subform on the same form.
The main form is called Orders the subform is called Order details. The data that has been entered in the text box is displayed in the subform. I have put a button that requery's fine, but i would like it to be automatically updated.
Me.Forms![Orders].Forms![Order details].Requery
Thank you.
The main form is called Orders the subform is called Order details. The data that has been entered in the text box is displayed in the subform. I have put a button that requery's fine, but i would like it to be automatically updated.
Me.Forms![Orders].Forms![Order details].Requery
Thank you.