Once again I’ve bumped up against my intellectual ceiling. If someone could give me a boost I’d be grateful. Here’s the situation:
I’m tracking portfolios and need a way to do scenario analysis. The company buys units in large blocks and then allocates them to individual portfolios based on need. There’s a transaction table and a price table. I manipulate these to get the current weight of each position relative to the overall portfolio value. This is displayed in a datasheet form as follows:
Portfolio ID Beginning Position Weight
Example1 100 5%
Example2 200 7%
If the company needs to allocate 5,000 units it would be good if they could begin breaking up the block by distributing them among the portfolios while simultaneously seeing the impact.
Could I somehow add a “New Position” and “New Weight” field that would react to user inputs as well as draw down the block’s size? The user could add to the New Position and see the New Weight field react.
I don’t know where to store the New Position values because there is no associated table. I thought maybe a Form/Subform would work but I am lost.
Obviously, this would be easy in Excel but all my data is in Access so I would like to do some one-stop shopping. Please just point me in the right direction. I’ll do the legwork.
Cheers,
Dwight
I’m tracking portfolios and need a way to do scenario analysis. The company buys units in large blocks and then allocates them to individual portfolios based on need. There’s a transaction table and a price table. I manipulate these to get the current weight of each position relative to the overall portfolio value. This is displayed in a datasheet form as follows:
Portfolio ID Beginning Position Weight
Example1 100 5%
Example2 200 7%
If the company needs to allocate 5,000 units it would be good if they could begin breaking up the block by distributing them among the portfolios while simultaneously seeing the impact.
Could I somehow add a “New Position” and “New Weight” field that would react to user inputs as well as draw down the block’s size? The user could add to the New Position and see the New Weight field react.
I don’t know where to store the New Position values because there is no associated table. I thought maybe a Form/Subform would work but I am lost.
Obviously, this would be easy in Excel but all my data is in Access so I would like to do some one-stop shopping. Please just point me in the right direction. I’ll do the legwork.
Cheers,
Dwight