I
Ian D.
In the Sample database that comes with Access there is a OrdersSubform with
a calculated field as follows
ExtendedPrice: CCur([Order
Details].[UnitPrice]*[Quantity]*(1-[Discount])/100)*100
It Obviously works but I'm not sure I understand the logic of the last half
of this formula.
Being that the "Discount" Filed is formatted as Percent,
could someone explain the logic of the (1-[Discount])/100)*100
Specifically the "1-" part.
I have to explain it to a user and I have no idea how. Even though it works.
Thanks for any insight.
a calculated field as follows
ExtendedPrice: CCur([Order
Details].[UnitPrice]*[Quantity]*(1-[Discount])/100)*100
It Obviously works but I'm not sure I understand the logic of the last half
of this formula.
Being that the "Discount" Filed is formatted as Percent,
could someone explain the logic of the (1-[Discount])/100)*100
Specifically the "1-" part.
I have to explain it to a user and I have no idea how. Even though it works.
Thanks for any insight.