R
Robert
There is a thread on this a few threads down and I know it's against the
rules but how would I store a calculated value in a table without having
actually to enter a control and trigger an After Update event? This is for
a billing-type program where you have several records that need to be
updated. A field from another table is needed to make this calculation.
The user pulls up the billing which shows the calculated amount and must
then be able to change it if he wants to. The calculation is therefore a
kind of default and needs to be done before the user sees it. The table can
be updated in code before the screen is displayed if necessary, but the
calculation must be displayed, and a lookup is necessary for this. The
final value whetther it is directly from the calculation or the user's entry
must be stored in the table. How best to go about this?
Robert
rules but how would I store a calculated value in a table without having
actually to enter a control and trigger an After Update event? This is for
a billing-type program where you have several records that need to be
updated. A field from another table is needed to make this calculation.
The user pulls up the billing which shows the calculated amount and must
then be able to change it if he wants to. The calculation is therefore a
kind of default and needs to be done before the user sees it. The table can
be updated in code before the screen is displayed if necessary, but the
calculation must be displayed, and a lookup is necessary for this. The
final value whetther it is directly from the calculation or the user's entry
must be stored in the table. How best to go about this?
Robert