izen
Registered User.
- Local time
- Today, 19:01
- Joined
- Apr 2, 2009
- Messages
- 50
I have the update query that display the items that need to be update
this qury are link to the form
I need this form show the Msgbox "No items need to be update" when there are not data in the update query.
Private Sub Form_Load()
If (qUpdateItem= Null) Then
MsgBox "No Ingredients to be updated", vbInformation, "Update Items"
Exit Sub
End If
End Sub
However qUpdateItem= Null << it doesnt work
u guys have any idea?
cheers
this qury are link to the form
I need this form show the Msgbox "No items need to be update" when there are not data in the update query.
Private Sub Form_Load()
If (qUpdateItem= Null) Then
MsgBox "No Ingredients to be updated", vbInformation, "Update Items"
Exit Sub
End If
End Sub
However qUpdateItem= Null << it doesnt work
u guys have any idea?
cheers