กระทู้เก่าบอร์ด อ.Yeadram
1,118 1
URL.หัวข้อ /
URL
ข้อจำกัดหรือไม่
me.t1.rowsource ="select field1 from tableA"
me.t2.rowsource ="select field1 from tableA"
Dim Rs As DAO.Recordset
Set Rs = CurrentDb.OpenRecordset("select field1 from tableA")
Rs.MoveFirst
Me.T1 = Rs("Field1")
Rs.MoveLast
Me.T2 = Rs("Field1")
ปัญหาคือ Field1 มีขอมูลเป็น แสน Record
Me.T1 Me.T2 เป็น Combobox
แต่ Rowsoure อ่านข้อมูลสุดท้ายที่ ประมาณ 65000
ทำไมไม่ใช่ หลักแสน
1 Reply in this Topic. Dispaly 1 pages and you are on page number 1
1 @R13292
ลองดูที่นี่ครับ
Time: 0.2258s