S
senkurion
Hi;
In my reort I have one text box which is autamatically calculated if the
present date is greater than or equal to specified that. I used the following
expression in control source to calculate it
=IIf(Date()>=3/31/2008,[Initial Deposit]*[Interest
rate]*0.01/[Installement],0)
For this expression I expected value 0 instead it calculates as if present
date is greater than 3/31/2008. On the otherhand if I use following
expression it returns the 0 value
=IIf(Date()<=3/31/2008,[Initial Deposit]*[Interest
rate]*0.01/[Installement],0)
(please note the difference ( > and <)
whats wrong here? and what is supposed to be the correct expression here?
Can some gurus help me??
In my reort I have one text box which is autamatically calculated if the
present date is greater than or equal to specified that. I used the following
expression in control source to calculate it
=IIf(Date()>=3/31/2008,[Initial Deposit]*[Interest
rate]*0.01/[Installement],0)
For this expression I expected value 0 instead it calculates as if present
date is greater than 3/31/2008. On the otherhand if I use following
expression it returns the 0 value
=IIf(Date()<=3/31/2008,[Initial Deposit]*[Interest
rate]*0.01/[Installement],0)
(please note the difference ( > and <)
whats wrong here? and what is supposed to be the correct expression here?
Can some gurus help me??