I have taken over someone's db and I'm trying to get a certain report to generate. Everytime I click on the print button I get the run-time error 3307: The number of colums in the two selected tables or queries of a union query do not match. Is this one of those error messages that don't explain the actual problem or do the number of columns in both queries of the union query have to be the same? One of the queries has 10 columns while the other has only 5. Is this the real issue?