I changed txtsql to strsql and now the query comes up blank?
strSql = "SELECT *, Inventory.InventoryID, Inventory.ItemDescription, Inventory.[Reorder Level], Inventory.Units, " & _
"Inventory.TargetStockUnit, InventoryLocation.Location, Locations.LocationID " & vbCrLf & _...