กระทู้เก่าบอร์ด อ.สุภาพ ไชยา
332 4
URL.หัวข้อ /
URL
คำสั่งนี้ทำไมใช้ไม่ได้
Option Compare Database
Option Explicit
Dim dbs As Database
Dim rst As Recordset
ตรง lbl1.Caption ใช้ไม่ได้ครับเพราะเหตุใด
Sub showDat()
txtNO = rst![NO]
txtMnt = rst![mnt]
txtMnt2 = rst![ด]
lbl1.Caption = "แถวที่ :" & rst.AbsolutePosition & rst.RecordCount
End Sub
Private Sub Form_Load()
Set dbs = CurrentDb()
Set rst = dbs.OpenRecordset("tb1")
showDat
End Sub
Option Explicit
Dim dbs As Database
Dim rst As Recordset
ตรง lbl1.Caption ใช้ไม่ได้ครับเพราะเหตุใด
Sub showDat()
txtNO = rst![NO]
txtMnt = rst![mnt]
txtMnt2 = rst![ด]
lbl1.Caption = "แถวที่ :" & rst.AbsolutePosition & rst.RecordCount
End Sub
Private Sub Form_Load()
Set dbs = CurrentDb()
Set rst = dbs.OpenRecordset("tb1")
showDat
End Sub
4 Reply in this Topic. Dispaly 1 pages and you are on page number 1
1 @R01327
ผมลองดูก็ปกตินี่นา
งั้นรอคนข้างล่างดีกว่า เผื่อ work
2 @R01333
ขอ message error ด้วยครับ... บางทีอาจช่วยได้
3 @R01339
message erroe เป็นดังนี้ครับ
Run-time error '3251'
Operation is not supported for this type object
4 @R01358
ลองดูที่ Tool > Referent .... ด้วยครับ add พวก DAO, Library object นะครับ
Time: 0.1286s