|
-
Oct 20th, 2007, 07:54 AM
#1
Thread Starter
Fanatic Member
Help me here please... printing doesn't honor Filtering code...
here is my code it's work fine but it doesn't filter the data...
Private Sub GetRecords()
'Dim da As OleDbDataAdapter
da = New OleDbDataAdapter("Select * from FinalCustItemRSO where RSONO=" & _cboPrintRsoNo.Text & "", cn)
da.Fill(ds, "FinalCustItemRSO")
End Sub
how could i filter on it..?
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
|