I am trying to use information from two tables in a report. One table is item info and the other is the location for the item in the warehouse. The item may or may not show up in the location database but I always want to show it in the report. I am linking from the Item database to the location database and making it a Left Outer Join which should theoretically allow me to see all of the items and have locations only for the ones that show in the Location database. Sounds great but doesn't work for some reason. Are there any possible issues that I am forgetting?