I'm trying to make a refresh
to a form, avoiding closing it to open it , and I thought about this function. However, to no avail. How can I do this procedure?
Public Fuction (f As a String)
Forms(f).Recalc
Forms(f).Refresh
Forms(f).Repaint
End Function