Kathyrlcrs
MIS
I am working with 9.0 with an access database.
I have created this formula,
If Not IsNull({Brokerage_Offer.ReducedAmount}) and ({Brokerage_Offer.ReducedAmount} > 0) then
{Brokerage_Offer.ExpireDate} else
If DateValue({Brokerage.ExtendDate2}) <> CurrentDate then
{Brokerage.ExtendDate2} else
If DateValue({Brokerage.ExtendDate1}) <> CurrentDate then
{Brokerage.ExtendDate1} else
{Brokerage.ExpirationDate}
The first if always works, the 2nd & 3rd if sometimes works and the default else at the bottom doesn't work.
Do I have the statement written wrong.
If I run each if separately as the formula and leave out the other parts it brings in the correct data. Why won't they work together?
Any help would be appreciated.
Thanks.
I have created this formula,
If Not IsNull({Brokerage_Offer.ReducedAmount}) and ({Brokerage_Offer.ReducedAmount} > 0) then
{Brokerage_Offer.ExpireDate} else
If DateValue({Brokerage.ExtendDate2}) <> CurrentDate then
{Brokerage.ExtendDate2} else
If DateValue({Brokerage.ExtendDate1}) <> CurrentDate then
{Brokerage.ExtendDate1} else
{Brokerage.ExpirationDate}
The first if always works, the 2nd & 3rd if sometimes works and the default else at the bottom doesn't work.
Do I have the statement written wrong.
If I run each if separately as the formula and leave out the other parts it brings in the correct data. Why won't they work together?
Any help would be appreciated.
Thanks.