I prefer not to use the server and I get a missing dll when I try to open the client project so I won't be able to actually run the project but you could try the following in frmClient (which I assume is the problem form).
VB Code:
Private Sub Form_Activate()
Me.Refresh
End Sub