MAd1,
Gord is correct, It almost certainly has to do with the data type of one of the variables. If you have added the field to the table, the default data type is Long (Integer). If one of the fields (Tax?) is a single (decinal) w/ a value of ~ 3 (0.03) to 5 (0.05) Percent, and the reatil field is ~ < 20. to 30. then most of the values would be 0 or 0ne. In this instance, all you need to do is change the data type to Dingle (or double, or curency).
MichaelRed
redmsp@erols.com
There is never time to do it right but there is always time to do it over