Using a Calculator

  • Thread starter Thread starter DavidW
  • Start date Start date
D

DavidW

Is there a way to use a calculator in a textbox.
I have used QuickBooks Pro for years and there is a nifty little calculator
tool in the quantity section. It uses the normal keyboard commands to
calculate. Does anybody know if this exist in Access?
 
Hi,

There isnt a calculator in Access as such. Normally if you want o keep a
total field, up to date, you would write some code, to either requery the
calculated value, or perform the calculation. You could place code on the
AfterUpdate even of field 1, or have a command button to do the calculation.


I hope this helps.

Regards

Mark

This information is provided "AS IS", and expresses no warranties or
confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top