A
Accdev via AccessMonster.com
I've been using a popup calculator (basCalc) that came with an Access
Developer's Handbook (Getz,Litwin,Gibert) for several years. I often use it
in an amount field....double-click and the calculator pops up and the result
goes back into the amount field. I'd like to be able to programmatically
have an amount entered when the calculator pops up.
For example, say that there are two side by side controls. The first is
GrossAmount and the second is Discount. When the Discount calculator pops up
I'd like to have the amount from the GrossAmount field already entered so
that the user doesn't have to re-enter it in calculating the Discount. I
think if I spent a day or so going over the code in basCalc that I could
figure out how to do it, but I never seem to find the time. Has anyone done
this before? Or is there another popup calculator around that does this
simply?
Developer's Handbook (Getz,Litwin,Gibert) for several years. I often use it
in an amount field....double-click and the calculator pops up and the result
goes back into the amount field. I'd like to be able to programmatically
have an amount entered when the calculator pops up.
For example, say that there are two side by side controls. The first is
GrossAmount and the second is Discount. When the Discount calculator pops up
I'd like to have the amount from the GrossAmount field already entered so
that the user doesn't have to re-enter it in calculating the Discount. I
think if I spent a day or so going over the code in basCalc that I could
figure out how to do it, but I never seem to find the time. Has anyone done
this before? Or is there another popup calculator around that does this
simply?