Kathyrlcrs
MIS
I am working in 9.0. with an access database.
I have this formula that I am using.
If Not IsNull({Brokerage_Offer.ReducedAmount}) and {Brokerage_Offer.ReducedAmount} > 0 then
{Brokerage_Offer.ExpireDate} else
If {Brokerage.ExtendDate2} > CurrentDateTime or {Brokerage.ExtendDate2} < CurrentDateTime then
{Brokerage.ExtendDate2} else
If {Brokerage.ExtendDate1} > CurrentDateTime or {Brokerage.ExtendDate1} < CurrentDateTime then
{Brokerage.ExtendDate1} else
{Brokerage.ExpirationDate}
My first If works fine. The second if worked, but I only had one occurence(I am assuming it works.
The third and fourth if are not working.
Any suggestions as to why the last two if won't work would really help.
Thanks.
I have this formula that I am using.
If Not IsNull({Brokerage_Offer.ReducedAmount}) and {Brokerage_Offer.ReducedAmount} > 0 then
{Brokerage_Offer.ExpireDate} else
If {Brokerage.ExtendDate2} > CurrentDateTime or {Brokerage.ExtendDate2} < CurrentDateTime then
{Brokerage.ExtendDate2} else
If {Brokerage.ExtendDate1} > CurrentDateTime or {Brokerage.ExtendDate1} < CurrentDateTime then
{Brokerage.ExtendDate1} else
{Brokerage.ExpirationDate}
My first If works fine. The second if worked, but I only had one occurence(I am assuming it works.
The third and fourth if are not working.
Any suggestions as to why the last two if won't work would really help.
Thanks.