P
pierre
Hi all,
I have a program i use for different customer
Depending on the customer i want to multiply or not the price by 1%
My price table is
part | price
My data table is
part | qt
Everything report, form,is done from one querie.
I dont want to add a function in the query to get a multiplication
factor, since i think it will slow down the whole thing. Am i right
saying that? (It still look the best way to me so far)
I dont want to multiply the price by 1.01 in fact i dont want to touch
the tblDat. I just want to change a number somewhere and everything
should follow.
If i add a field to describe the customer type in the data table, it
will be repeated each line of the database and would be redundant
Also someone can change it by error
What is the correct way to handle multiplication factor?
regards,
Pierre
I have a program i use for different customer
Depending on the customer i want to multiply or not the price by 1%
My price table is
part | price
My data table is
part | qt
Everything report, form,is done from one querie.
I dont want to add a function in the query to get a multiplication
factor, since i think it will slow down the whole thing. Am i right
saying that? (It still look the best way to me so far)
I dont want to multiply the price by 1.01 in fact i dont want to touch
the tblDat. I just want to change a number somewhere and everything
should follow.
If i add a field to describe the customer type in the data table, it
will be repeated each line of the database and would be redundant
Also someone can change it by error
What is the correct way to handle multiplication factor?
regards,
Pierre