W
Will
We have a field(s) in a table and want the contents to be a calculated
value... like...
Unit Cost times Qty = Extended Price
or List Price - (List Price * Discount) = Wholesale Price
Yes, this can be done in a Report but in this case we want to save the value
in a table field.
We have two Questons:
1 - How do I do this?
(I can calculate a value in a query like...
Total Price: [List Price]*[Qty]
but not sure how to get the value in the table field...)
2 - Once a value is calculated... like discount price... how do we keep that
price from changing later when discounts change... in other words... maybe a
customer gets a 10% discount on stuff they buy this year... but for products
they buy next year the discount may be 12%... when we change that discount
percentage next year... we don't want it effecting the prices for stuff we
sold this year.
thanks for any help.
value... like...
Unit Cost times Qty = Extended Price
or List Price - (List Price * Discount) = Wholesale Price
Yes, this can be done in a Report but in this case we want to save the value
in a table field.
We have two Questons:
1 - How do I do this?
(I can calculate a value in a query like...
Total Price: [List Price]*[Qty]
but not sure how to get the value in the table field...)
2 - Once a value is calculated... like discount price... how do we keep that
price from changing later when discounts change... in other words... maybe a
customer gets a 10% discount on stuff they buy this year... but for products
they buy next year the discount may be 12%... when we change that discount
percentage next year... we don't want it effecting the prices for stuff we
sold this year.
thanks for any help.