|
-
Oct 20th, 2007, 07:25 AM
#22
Thread Starter
Fanatic Member
Re: Need help error Data type mismatch expression
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....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|