Hi Guys,
Ok I have a table which lists suppliers, each of our suppliers have diffrent discount stuctures.
These discount structures are stored in the supplier table as a simple math equation
The Aim Is...
When adding a new product I want to automaticlly work out my cost price at the click of a button dependant on the Supplier ID entered on the form.
so the code will look at the supplier, get the formula from the suppliers record, run that formula with the Lsit Price entered on the form, then throw out my cost price after discounts & conversions.
Hope this makes sense.....
Thanks In Advance