E
Eric
I'm relatively new to Access, and I'm in the process of
creating a few simple databases to manage our inventory.
This database is going to involve the usual entries
of "quantity" "cost each" and "total cost", of course. It
would be simplest if the "total cost" text box just
calculated itself once the user enters the qty and cost
each. But to do this, I have to replace the table field
name ("total cost") with the expression =[qty]*[cost each]
as the control source. When I do this, the calculation
happens automatically, but my table does not show the any
values for "total cost" because the form is no longer
saying that "total cost" is the control source. How can I
get my form to automatically calculate the total cost but
still have this value appear in the table that lists the
information entered on the form?
Thanks for the help.
creating a few simple databases to manage our inventory.
This database is going to involve the usual entries
of "quantity" "cost each" and "total cost", of course. It
would be simplest if the "total cost" text box just
calculated itself once the user enters the qty and cost
each. But to do this, I have to replace the table field
name ("total cost") with the expression =[qty]*[cost each]
as the control source. When I do this, the calculation
happens automatically, but my table does not show the any
values for "total cost" because the form is no longer
saying that "total cost" is the control source. How can I
get my form to automatically calculate the total cost but
still have this value appear in the table that lists the
information entered on the form?
Thanks for the help.