JLAZ
Registered User.
- Local time
- Today, 06:41
- Joined
- Sep 17, 2003
- Messages
- 24
I have this code
Private Sub SearchStock_AfterUpdate()
Me.RecordsetClone.FindFirst "SerialNumber = " & SearchStock
Me.Bookmark = Me.RecordsetClone.Bookmark
SearchStock = Null
End Sub
But I need a message box to appear when the user imputs data that is not in the database
Private Sub SearchStock_AfterUpdate()
Me.RecordsetClone.FindFirst "SerialNumber = " & SearchStock
Me.Bookmark = Me.RecordsetClone.Bookmark
SearchStock = Null
End Sub
But I need a message box to appear when the user imputs data that is not in the database