Ok, that sounds like what I want. When I set up the conditional statement like:
If DLookup("[Rework]", "tblAIT", "[ErrorCode]= " & Chr$(34) & Me!ErrorCode & Chr$(34)) = True Then
Do email stuff
End If
Even if I select an Error Code where I know Rework is true, it's not running the email routine.