D
David Ehrenreich
What would like to do is use dlookup to find a students
social and also if a test has been taken. If both of
these match then a messagebox appears.
Here is what I have so far, but it's not working
If Not Isnull(Dlookup"StudentID", "PlacementDataQry", _
"TestName = Placement AND StudentID='" & _
Me.StudentID & "'" Then
Msgbox"Student has takem Placement Before"
End IF
Any help would be great.
Thanks Ahead
David Ehrenreich
social and also if a test has been taken. If both of
these match then a messagebox appears.
Here is what I have so far, but it's not working
If Not Isnull(Dlookup"StudentID", "PlacementDataQry", _
"TestName = Placement AND StudentID='" & _
Me.StudentID & "'" Then
Msgbox"Student has takem Placement Before"
End IF
Any help would be great.
Thanks Ahead
David Ehrenreich