กระทู้เก่าบอร์ด อ.สุภาพ ไชยา
292 1
URL.หัวข้อ /
URL
เรียนถามอ.สุภาพ หรือเพื่อนๆเกี่ยวกับ Index
คือว่าผมมี field ที่ต้องการค้นหา 2 field คือ เลขที่เอกสาร(text) และลำดับ (integer)
Dim db As DAO.Database
Dim rs1 As DAO.Recordset
Set db = CurrentDb()
Set rs1 = db.OpenRecordset("datatable")
rs1.Index = "bill_and_num"
rs1.Seek "=", tno.Value, tnum.Value
If rs1.NoMatch = False Then
เมื่อ run แล้ว error 3251 operation in not supported for this of object
ไม่ทราบว่าการทำ index ในชื่อ bill_and_num โดยมีfield 2 field ซึ่ง type ไม่เหมือนกันจะ
เป็นปัญหาหรือไม่
หรือหากทำไม่ได้ เราจะใช้ index โดยวิธีใหนครับ
ขอบคุณมากครับ
Dim db As DAO.Database
Dim rs1 As DAO.Recordset
Set db = CurrentDb()
Set rs1 = db.OpenRecordset("datatable")
rs1.Index = "bill_and_num"
rs1.Seek "=", tno.Value, tnum.Value
If rs1.NoMatch = False Then
เมื่อ run แล้ว error 3251 operation in not supported for this of object
ไม่ทราบว่าการทำ index ในชื่อ bill_and_num โดยมีfield 2 field ซึ่ง type ไม่เหมือนกันจะ
เป็นปัญหาหรือไม่
หรือหากทำไม่ได้ เราจะใช้ index โดยวิธีใหนครับ
ขอบคุณมากครับ
1 Reply in this Topic. Dispaly 1 pages and you are on page number 1
1 @R03988
ลองดูกระทู้ http://www.thai-access.com/suphap.php?topic_id=232 ครับ
Time: 0.1214s