1. If DateDiff(DatePicker.Text, Now) < 0 Then
MessageBox.Show("บันทึกรายการการยืมอุปกรณ์เรียบร้อยแล้ว !!!", "ผลการทำงาน", MessageBoxButtons.OK, MessageBoxIcon.Information)
End If
**** error คือ Name 'DatePicker' is not declared. (มัน error เพราะชื่อไม่ตรงกันใช่ไหมค่ะ แต่พอเปลี่ยนชื่อว่า dtbCheck คือชื่อที่ตั้งให้ DateTimePicker มันก็ขึ้น error อีกว่า
Code
2. If DateDiff(dtbCheck.Text, Now) < 0 Then
MessageBox.Show("บันทึกรายการการยืมอุปกรณ์เรียบร้อยแล้ว !!!", "ผลการทำงาน", MessageBoxButtons.OK, MessageBoxIcon.Information)
End If
***** พอเปลี่ยนชื่อมัน error ว่า Overload resolution failed because no accessible 'DataDiff' accepts this number of arguments ไม่ทราบว่า มันต้องเปลี่ยน DataDiff ใช่หรือเปล่าค่ะ แล้วต้องเปลี่ยนยังไง รบกวนช่วยบอกหน่อยนะค่ะ