im trying to check if the same number is the same like in the Db i put sime code but its not working
if any info is needed i will add here
regards salsa31
Code:
If NewRec Then
If Not FrmInventory.LsVw.FindItem(Txt(9).text) Is Nothing Then
MsgBox "this number already exists in the database choose another number", vbExclamation, ""
Txt(9).SetFocus
Exit Sub
End If
regards salsa31