D
David Ehrenreich
Hello,
I need help with Dlookup. I work in a office where we
have these sign-in cards that have a social security
numbers and first and last names. It also has some other
misc information. Since we have tons of these cards that
need to be entered. I would like to be able to enter the
social security and if it had been entered before it would
fill in the First and Last name. I once had a procedure
that was similar that looked like this, but I cant figure
out how to change it to make it work.
If Not IsNull(DLookup("ssn", "CardInfoTbl", _
"DSS=True AND ssn=" & Me.ssn)) _
Then
MsgBox "This Student has had prior DSS Services"
This code showed a msgbox whenever a certain ssn had DSS
chkbox checked
I need help with Dlookup. I work in a office where we
have these sign-in cards that have a social security
numbers and first and last names. It also has some other
misc information. Since we have tons of these cards that
need to be entered. I would like to be able to enter the
social security and if it had been entered before it would
fill in the First and Last name. I once had a procedure
that was similar that looked like this, but I cant figure
out how to change it to make it work.
If Not IsNull(DLookup("ssn", "CardInfoTbl", _
"DSS=True AND ssn=" & Me.ssn)) _
Then
MsgBox "This Student has had prior DSS Services"
This code showed a msgbox whenever a certain ssn had DSS
chkbox checked