Refresh the detail (SUB FORM) data.

On Purchase order form, I write some code to modify some data in detail (sub form).

It is updating the data but it will not refresh at the same time i need to make the next record and then come again to the record that it will change the detail data.

Is there any way i can refresh the detail data after doing the update.

Hi Kami,

Define a function in the subform. Write your code to modify some data in detail.Call this function from puchase order form, The syntax is Currform.subformname.functionname . This would help you. Ask me if any clarification. I have done this.