Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim strX As Variant
If Not (IsNull(strX = DLookup("[empl_num]", "tblMaster", "[empl_num] = '" & Forms!frmEmplMasterMain!txtEmplNum & "'"))) Then
......
......
End If
[code]
This DLookup statement will be true if the employee number already exists.