/ Published in: VB.NET
Expand |
Embed | Plain Text
Private Sub txtBarcode_LostFocus() If Nz(txtBarcode.Value) = "" Then MsgBox "Barcode is required...", vbError, "Oops!" Me.txtBarcode.SetFocus End If End Sub
You need to login to post a comment.
