Hey guys, I've been reading these forums for more than a year now, and usually someone has asked the question before me, so thanks!
But now i have a different problem I could use some help with.
I have table that stores
Unit # integer
Unit Type text
Effective date (date of unit value)
Unit Price double (this is not a currency as units are priced with up to 8 decimals)
TT text (Transaction type, has 2 values either AV price or ID for dividend)
Ok, using parameters, I want to be able to enter a Unit, Unit Type, and Effective, and also an Amount in $.
What I want as out put is the running value in units of what the original amount is from the given date to the present.
e.i.
Unit = 090
Unit Type = FV
Effective = Feb 1 2006
Amount = 1000
As the fund price flucuates I want the amount to update through the datasheet view.
If I can get this to work, I'll ask about how I can add the Dividend's which are calculated on the amount of units.
Thanks very much for any help you can give.
But now i have a different problem I could use some help with.
I have table that stores
Unit # integer
Unit Type text
Effective date (date of unit value)
Unit Price double (this is not a currency as units are priced with up to 8 decimals)
TT text (Transaction type, has 2 values either AV price or ID for dividend)
Ok, using parameters, I want to be able to enter a Unit, Unit Type, and Effective, and also an Amount in $.
What I want as out put is the running value in units of what the original amount is from the given date to the present.
e.i.
Unit = 090
Unit Type = FV
Effective = Feb 1 2006
Amount = 1000
As the fund price flucuates I want the amount to update through the datasheet view.
If I can get this to work, I'll ask about how I can add the Dividend's which are calculated on the amount of units.
Thanks very much for any help you can give.
Comment