Hello,
I have written a code for preventing data entry. But I am getting a
"Run Time error '94': Invalid use of Null"
The code I have written is:
Private Sub Mobile_Phone_AfterUpdate()
Dim NewMobile_Phone As String
Dim stLinkCriteria As String
Dim ClientID As Integer...