M
Malcolm P
I have a form, Expenses, which updates a table, Expenses.
On the form is a text box which updates the table's field
ExpAmt. Currently, using the form, when I input to this
text box I can only enter a single number: ie, 12.50.
I would like to be able to enter a series of numbers into
the text box and have Access act as an adding machine by
totaling the numbers entered and using the sum as the
number which updates the table.
Futher Explaination:
On the form I have a one textbox into which I input an
amount. This amount that I input comes from pieces of
paper that I am given. These pieces of paper sometimes
have two or more amounts on them that I have to add on an
adding machine: ie, 1.25 + 10.00 + .25 + 1.00 = 12.50. I
then take the total, 12.50, and input into the form. What
I want the form's textbox to do is have it function as
the adding machine, so that I can skip using the adding
machine. I want to be able to click onto the textbox and
enter the following keystrokes 1.25 + 10.00 + .25 + 1.00
{enter}, have it total the series of numbers and give me a
sum which it then uses as the entry and updates the
related table.
EXAMPLE of other programs that do the above:
I use an accounting software package called QuickBooks
(which is prehaps one of the most used small business
accounting programs in the country). When I input to
QuickBooks it allows me to do what I am trying to do in
Access. QuickBooks lets me do addtion, subtraction,
multiplication and divison.
Can I get Access 2002 to do what QuickBooks does?
On the form is a text box which updates the table's field
ExpAmt. Currently, using the form, when I input to this
text box I can only enter a single number: ie, 12.50.
I would like to be able to enter a series of numbers into
the text box and have Access act as an adding machine by
totaling the numbers entered and using the sum as the
number which updates the table.
Futher Explaination:
On the form I have a one textbox into which I input an
amount. This amount that I input comes from pieces of
paper that I am given. These pieces of paper sometimes
have two or more amounts on them that I have to add on an
adding machine: ie, 1.25 + 10.00 + .25 + 1.00 = 12.50. I
then take the total, 12.50, and input into the form. What
I want the form's textbox to do is have it function as
the adding machine, so that I can skip using the adding
machine. I want to be able to click onto the textbox and
enter the following keystrokes 1.25 + 10.00 + .25 + 1.00
{enter}, have it total the series of numbers and give me a
sum which it then uses as the entry and updates the
related table.
EXAMPLE of other programs that do the above:
I use an accounting software package called QuickBooks
(which is prehaps one of the most used small business
accounting programs in the country). When I input to
QuickBooks it allows me to do what I am trying to do in
Access. QuickBooks lets me do addtion, subtraction,
multiplication and divison.
Can I get Access 2002 to do what QuickBooks does?