If connprice.State = ConnectionState.Closed Then
connprice = New OleDbConnection
connprice.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\ph-suman\rso\Rsodb.mdb;User Id=admin;Password=;"
connprice.Open()
End If

this second connection is used to display the RSONO to the cboPrintRsoNo.Text by pressing the print button it will call the FormReport and the value of the combobox that i selected will be use to display the data base on the RSONO selected....