J
Jack W via AccessMonster.com
Hi,
I'm trying to make a fairly simple calculator in Access. Basically, it will
need to calculate the value of a change in price for different assets which
all have a unique multiplier.
Example, asset a has multiplier of 10, price 1 was 100, price 2 is 15, number
of assets is 2, thus value is (15-10)*10*2= 100
So basically I was going to have a table which just had the asset, it's
multiplier and it's currency. Then I would want to enter the two prices on a
form as well as the number of assets (all in a seperate box) then have a
button that you press to calculate the difference. I'm having trouble making
the form work (not very good with VBA), should the price1 for eg be in a
label or text box or what? What would be the best way to show the
calculations, ie have a query run or a label which just calculates it. Am I
missing anything simple like extra tables I need?
Any advice would be extremely helpful. Cheers.
I'm trying to make a fairly simple calculator in Access. Basically, it will
need to calculate the value of a change in price for different assets which
all have a unique multiplier.
Example, asset a has multiplier of 10, price 1 was 100, price 2 is 15, number
of assets is 2, thus value is (15-10)*10*2= 100
So basically I was going to have a table which just had the asset, it's
multiplier and it's currency. Then I would want to enter the two prices on a
form as well as the number of assets (all in a seperate box) then have a
button that you press to calculate the difference. I'm having trouble making
the form work (not very good with VBA), should the price1 for eg be in a
label or text box or what? What would be the best way to show the
calculations, ie have a query run or a label which just calculates it. Am I
missing anything simple like extra tables I need?
Any advice would be extremely helpful. Cheers.