กระทู้เก่าบอร์ด อ.Yeadram
1,448 1
URL.หัวข้อ /
URL
ขอความช่วยเหลือการค้นหาข้อมูลใน Combobox ค่ะ
อันนี้คือหน้าตาของแบบฟอร์มค่ะ ตอนนี้สามารถค้นหาข้อมูล
ใน Textbox ได้แล้ว แต่ยังไม่สามารถหาใน Combobox
ได้เลยค่ะ พยายามทำด้วยตัวเองมาหลายวันแล้ว
ศึกษาจากในบอร์ดก็แล้ว ก็ยังไม่ได้เลยค่ะ
Private Sub Command4_Click()
strSQL = "Select * from qrySearch Where 1=1 "
If txtCustomer.Value <> "" Then
strSQL = strSQL & " AND Customer Like '*" & txtCustomer.Value & "*' "
End If
If txtNodeName.Value <> "" Then
strSQL = strSQL & " AND NodeName Like '*" & txtNodeName.Value & "*' "
End If
If txtE1.Value <> "" Then
strSQL = strSQL & " AND E1 Like '*" & txtE1.Value & "*' "
End If
If txtSlot.Value <> "" Then
strSQL = strSQL & " AND Slot Like '*" & txtSlot.Value & "*' "
End If
If txtDestination.Value <> "" Then
strSQL = strSQL & " AND Destination Like '*" & txtDestination.Value & "*' "
End If
If txtServiceOrder.Value <> "" Then
strSQL = strSQL & " AND ServiceOrder Like '*" & txtServiceOrder.Value & "*' "
End If
strSQL = strSQL & " Order by E1 "
List0.RowSource = strSQL
End Sub
อันนี้เป็นโค้ดที่ทำในส่วนของ Textbox ค่ะ ยังไงก็ขอรบกวน
ช่วยสอนและอธิบายการค้นหาด้วย Combobox หน่อยนะคะ
ขอบคุณค่ะ
1 Reply in this Topic. Dispaly 1 pages and you are on page number 1
Time: 0.3564s
โค้ดที่เขียนไปแล้วสำหรับรองรับคอมโบ้บ็อกซ์เอามาแสดงให้ดูด้วย และที่บอกว่า "ไม่ได้" มันไม่ได้อย่างไร มีรหัส error code และข้อความอะไรหรือไม่ เห็นหน้าจอแล้วเหมือนกับว่าทำให้กับบริษัทที่เป็น network provider อย่างนั้นต้องถามแบบคนมีความรู้คอมพิวเตอร์นะครับ ต้องละเอียดและครบถ้วน จะถามแบบ end user ไม่ได้นะครับ