How to create a calculated column in table

A

AMIT HCL

In my Report (generated from a query) there are 4 Col.
Bill Date , Payment Date, Diff , Factor

Bill date : the date on which billing happened
Payment date : on which customer made payment to me .
Diff : Difference between billing & payment dates
Factor : it has to be displayed 1 if diff is <30 , 0.8 if Diff is between 30
to 60 , 0 if Diff is >60

I am having the both dates in my database table & can calculate the diff
also . But how to get the Factor value in text box .

Please HELP .
 

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