I have 3 separate tables. The first contains the list of Merchants I need to pull. The second contains sales data for 2011 the sales for 2010. I have joined the tables on the client name. When I add data, the query runs fine. When I add this calculation =(2011 sales-2010 sales)/2010 sales, I get this error Division by zero, my only option is to click on OK. What am I not doing correctly?