Hi,
The best way to do it is creating a sub in the form that needs to be refreshed that handles the refreshing, and instead of type Private, declare this sub as public and this way you will be able to call it from the any other form ex: form2.RefreshForm() that is if created a sub called "Public Sub RefreshForm()"
This is my first post in this forum since about a year, it is nice to be back.
It is never about the number of languages you know, you either have the logic of programming or you don't.