Form Refresh

rosh

Registered User.
Local time
Yesterday, 19:38
Joined
Jul 13, 2009
Messages
14
Hi,

I noticed a problem in my current form say customer
When i add education_ details through another form, it opens another window and i am able to add/save the details.
Now on closing the form and returning to the original window the information is not refreshed ie it does not display the newly added education details

But closing and opening it again i can see the newly added data.

How can i see the added new information without closing the main form.

---Rosh
 
You could use the keyboard shortcut or the menu to do refresh the form manually without closing the form.

To make it automatic:
When the form close that was used to enter the data, in the On CLose event try something like this:

Forms!Customer.Refresh

Is there some reason that you are using a pop-up form and not using the sub form on the "Customer" form to enter data.
 

Users who are viewing this thread

Back
Top Bottom