Jelloshot1
Technical User
Hi All,
Would like to say first that I have found this site and it's Q&A very helpfull! I'm learning more everyday.
My question today is about If Than Statements and can they be combined as in
If (IsNull(Forms!MyForm!FRI) And If(IsNull(Forms!MyForm!SAT) Then
RDO="F/S"
End If
I have this code in the On Current part of a form properties and it seems to work fine until I try to TAB to the next record then I get a RunTime error saying that I have referenced an invalid property form/report.
Any help provided is greatly appreciated.
Thanks, JelloShot
Would like to say first that I have found this site and it's Q&A very helpfull! I'm learning more everyday.
My question today is about If Than Statements and can they be combined as in
If (IsNull(Forms!MyForm!FRI) And If(IsNull(Forms!MyForm!SAT) Then
RDO="F/S"
End If
I have this code in the On Current part of a form properties and it seems to work fine until I try to TAB to the next record then I get a RunTime error saying that I have referenced an invalid property form/report.
Any help provided is greatly appreciated.
Thanks, JelloShot