G
Guest
I am trying to build an expression. I have one froma previous post but I
don't know what I am doing wrong. I tried to build one from scratch but I
still cant figure it out. Her is what I built from scratch
If Is Not Null [ me.SABC]then me.SABC <Date then Msgbox"Must be Retrained!"
End If
Here is what someone else offered me as code
If Not IsNull(Me.NameOfDateField) then
If me.NameOfDateField < Date then
Msgbox "The Biology exam date is past due!"
End IF
End If
Can't firgure this crap out and I need to get this project done today!
don't know what I am doing wrong. I tried to build one from scratch but I
still cant figure it out. Her is what I built from scratch
If Is Not Null [ me.SABC]then me.SABC <Date then Msgbox"Must be Retrained!"
End If
Here is what someone else offered me as code
If Not IsNull(Me.NameOfDateField) then
If me.NameOfDateField < Date then
Msgbox "The Biology exam date is past due!"
End IF
End If
Can't firgure this crap out and I need to get this project done today!