Private Sub Text185_GotFocus()
If Me.shop_id = "" Then
MsgBox "ป้อนข้อมูล สาขา ก่อนนะ"
Me.shop_id.SetFocus
End If
End Sub
*********ขึ้น error "Compile error: Method or data member not found" ครับ**************
shop_id (name=txt_shop_id control source=shop_id และ ฟิลด์ฉัดไป name=text185 control source=voucher_s_id)