Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your response. While the Union query was the issue, I did get the
data to return in Excel by changing the sql statement "" as [Budget Resource] to '' as [Budget Resource] (from double-quote to double-apostrophe) when a co-worker suggested that Excel doesn't recognize double-quote. That took care of the error issue Thanks again. "Nick Hodge" wrote: DT MSQuery will not work with union queries -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England DTHIS web: www.nickhodge.co.uk blog (non-tech): www.nickhodge.co.uk/blog/ "DT" wrote in message ... While trying to return data in Excel from an Access database source, I receive the message "Too Few Parameters - Expected 1". There are several different queries as source data leading up to the final output and I've narrowed it down to an issue with a Union query (below). Any suggestions as to what might be the problem? Thanks. SELECT [Proj No],[Top Task], [Task No],[Task Name],[Budget Resource],[Tot Direct Cost Budget],[Exp Type], [Direct Cost PJTD], [Thru Date] FROM [q155187-I3-BudgetvsCost] UNION ALL SELECT [Proj No],[Top Task],[Task No],[Task Name],"" as [Budget Resource],0 as [Tot Direct Cost Budget],[Exp Type], [Direct Cost PJTD], [Thru Date] FROM [q155187-I3-NoBudgetResource]; |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
query criteria parameters "contains" | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Parameters in SQL queries using "contains" or "like" | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
How can I globally set "error message" parameters in Excel | Excel Worksheet Functions |