Date field referral

S

senkurion

Hi,

I have a date field called "Account Open On"in tabel as well as in query,
the same field also exists in report.

Now I want to calculate the interest rate in a text box based on that date
and the present date, I am using following expression in control source but
that is not working.

IIF(date()>=date[AccountOpenOn], [Initial Deposit]*[Interest
Rate]*0.01/Installement,0)
I am black walled here. Actually I wanted an expression which will
automatically calculate the interest rate every quarter the date "Account
Open On"

My date format is medium date

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top