G
Guest
Where does msgbox title fit?
If (Eval("[Forms]![attendance]![Qualification ID] Is Null")) Then
If (MsgBox "message." & vbCrLf & "more message?", 4) = 6) Then
DoCmd....
or do I have this all wrong?
If (Eval("[Forms]![attendance]![Qualification ID] Is Null")) Then
If (MsgBox "message." & vbCrLf & "more message?", 4) = 6) Then
DoCmd....
or do I have this all wrong?