| |
microsoft.public.excel.querydao |
When I Refresh the data source (which is a view in an Access ADP) the columns By default, the Command Text window contains simply: "Availability"."dbo"."vwShortagesByItem" I tried changing Command Type to 'SQL' and entering: SELECT ItemNo, Description, Commodity_Group, Nat_Rank, Avg_Cost, but the columns are returned in the order: ItemNo, Commodity_Group, Nat_Rank, Avg_Cost, Net_Ordered, Net_Supplied, Thanks!
are returned to my spreadsheet in the wrong order.
Net_Ordered, Net_Supplied, Net_Shortage, Occurences, Branches,
Customers FROM Availability.dbo.vwShortagesByItem
Net_Shortage, Occurences, Branches, Customers, Description