D
David Ehrenreich
Hello All,
I would like to add to this click event. When the user
clicks on the social security it will change the back
color of three other feilds(fname,Lname,Date) in the form.
Private Sub Social_Click()
Me.Parent.TempSSN = Me.ssn
End Sub
I would like to add to this click event. When the user
clicks on the social security it will change the back
color of three other feilds(fname,Lname,Date) in the form.
Private Sub Social_Click()
Me.Parent.TempSSN = Me.ssn
End Sub