allow multiple instances of form

  • Thread starter Thread starter lmv
  • Start date Start date
L

lmv

I have a browser form when I clk the preprogramed buttons I want it to open
the
form name: f_QBrowser
to the page.
ie:
Private Sub btnQBrowser4_Click()
Me.QBrowser.Navigate "http://www.whitepages.com/5116"
End Sub

I have a button that does this within the open form but it does not open
another instance of the form.

Is there a way to open the browser window directly to a page?
 
Back
Top