คำสั่ง QCRow ใน VBA ใช้บน Access ได้ไหมครับ
Posted: Mon Dec 14, 2015 1:18 pm
ผมใช้สูตร QCRow จับคู่ Code งาน บน Excel แต่อยากนำมาประยุคใช้กับ Access สามารถทำได้ไหมครับ
สูตรบน Excel :
QCRow = Application.WorksheetFunction.Match(TextBox1 * 1, Range("C:C"), 0)
Cells(QCRow, 12) = Date
Cells(QCRow, 13) = Time
Cells(QCRow, 16) = TextBox2
Cells(QCRow, 15) = TextBox3
Cells(QCRow, 14) = TextBox4
สูตรบน Excel :
QCRow = Application.WorksheetFunction.Match(TextBox1 * 1, Range("C:C"), 0)
Cells(QCRow, 12) = Date
Cells(QCRow, 13) = Time
Cells(QCRow, 16) = TextBox2
Cells(QCRow, 15) = TextBox3
Cells(QCRow, 14) = TextBox4