I have a couple of fields in my database that are formatted single or float. I've noticed that when I export the data to excel it changes these numbers. For example if I have 129.01 in a field (format=single) in excel it will show up as 129.009994506835. Why is it doing this and how can I get it to stop? Is it actually storing the long version in the database or just doing some sort of conversion once it comes into excel? I'm using 2007 for both applications though they are saved as the 2003 version (.mdb and .xls)