P
pokdbz
I have this statement in my code. The first part of the IF statement is
giving me the problem. If ManiaCheck is = 12/12/1900 it is not going to the
true part of the statement it is going to the else part. Any ideas of what I
am doing wrong?
If (ManiaCheck = (12 / 12 / 1900)) Or ((ManiaCheck + 180) >= DATE) Then
stDocName = "Mania"
DoCmd.OpenForm stDocName, , , , , , Me!SSN.Value
Else
giving me the problem. If ManiaCheck is = 12/12/1900 it is not going to the
true part of the statement it is going to the else part. Any ideas of what I
am doing wrong?
If (ManiaCheck = (12 / 12 / 1900)) Or ((ManiaCheck + 180) >= DATE) Then
stDocName = "Mania"
DoCmd.OpenForm stDocName, , , , , , Me!SSN.Value
Else