janice
12-10-2004, 12:39 PM
I know this is asp forum but does anyone know what datatype field called fldPercent would be?
We added a field called fldPercent into our access database so that whenever a product needs to be discounted, the percentage discount for that product would be recorded under the fldPercentage fieldname.
So far, I am not sure if the value should, say 10% or .10 and what the datatype will be so that when we perform the following calculation:
select cprice-cprice*fldPercent from table, we would determine the percent discount.
Thanks in advance
We added a field called fldPercent into our access database so that whenever a product needs to be discounted, the percentage discount for that product would be recorded under the fldPercentage fieldname.
So far, I am not sure if the value should, say 10% or .10 and what the datatype will be so that when we perform the following calculation:
select cprice-cprice*fldPercent from table, we would determine the percent discount.
Thanks in advance