A
Ather Mian
I am using Acc 2K. I have a Contracts db. My query is:
Select
Contract #
Customer Name
Contract Amount
Effective Date
Expiration Date
From tContracts
Where Expiration Date > Date ()
I need three calculated fields:
Current Month Revenue = Contract Amount/Contract Length in months
Accumulated Revenue = Contract Amount/(Elapsed Month)
Future Revenue = Contract Amount-(Current Month + Accumulated Revenue)
I would greatly appreciate any help.
Thanks
Ather
Select
Contract #
Customer Name
Contract Amount
Effective Date
Expiration Date
From tContracts
Where Expiration Date > Date ()
I need three calculated fields:
Current Month Revenue = Contract Amount/Contract Length in months
Accumulated Revenue = Contract Amount/(Elapsed Month)
Future Revenue = Contract Amount-(Current Month + Accumulated Revenue)
I would greatly appreciate any help.
Thanks
Ather