I have a table with fields defined with a percent format and zero decimal positions. After I run the query that populates this table and I open the table, everything look fine; no decimal positions. If I run the query that selects the records in the table everything looks fine; no decimal positions. BUT,the user user wants the data output to a Excel file and when I do that the same fields that had zero decimal postions in the query results now have 2 decimal positions in the Excel file. I'm at a loss....