I know this is something minor I'm overlooking, but it is driving me crazy. I have a report based on a query. CustomerName is entered and the address, city, state and zip are filled via a query tied to the CustomerData table. I run the query and the correct data appears. In the address field I have =[CustomerName].[Column](1), city field is =[CustomerName].[Column](2) and so forth. This exact same thing is working fine in another query. The address field is the second column, city field is the third and so forth. There are no spaces in any of the fields. Any suggestions for what is obviously something simple I need to correct?