|
-
Oct 25th, 2002, 10:09 AM
#1
Thread Starter
New Member
multiple filtering
I am trying to select a datarow that meets 2 criteria (TipType, & Diameter). I can only get it to work with 1 filter string under .select. How can I filter the other criteria?
Dim TipTypesrch As String
Dim diasrch As String
TipTypesrch = "Tooltiptype= '" & TipType & "'"
diasrch = "Tooldiameter= '" & dia & "'"
Dim fndrow As DataRow() = ToolsDataSet1.Tables("Tool table").Select(diasrch)
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
|