I use a SQL statement to get the first row from an excel spread sheet. I use the same technique in two different places. One DFT is fine. The other keeps throwing an error asking for a parameter for a query that has none. See below. THere is no question mark or anything to suggest the query has a parameter. Why does it keep asking me for one?
SELECT TOP 1 F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14,F15
FROM [Data$]