This button is used to open a form B which would insert some data in
SalesTable Table at click of OK command button. Along with the ‘create new(FormB)’ form one more form also opens which shows the newly created record.
At the same time my SalesTable form is also open.
Now i want SalesTable form to show the newly inserted record as soon as i create the record.
I have refered the previous posts discussing how to refresh a parent form. The solution suggested there does not work for my case.
I just want my SalesTable form to be refreshed when i clicked on the OK button of form B.