แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - aod

หน้า: [1]
1
ห้อง MS Access / Access Message Box ไม่ขึ้น
« เมื่อ: 15 พ.ย. 62 , 09:54:35 »
สวัสดีครับ ผมจะทำ Message Box แจ้งเตือนสินค้าหมดโดยผมทดลองแล้วใช้งานได้ปกติ แต่พอปิดโปรแกรมแล้วเปิดใหม่ภายหลัง Message จะไม่ยอมแจ้งเตือนเลยไม่ทราบเกิดจากอะไรครับ

Code -----
Private Sub Text0_AfterUpdate()
Dim Msg, Report
Msg = "สไกล้หมดแล้ว"
Report = Me.Text0
If Report < 5 Then
 MsgBox (Msg)
 End If
End Sub

หน้า: [1]