R
rollover99 via AccessMonster.com
I have a DB that I want to send multiple queries to Excel. I tried to do
this from excel but I kept getting an error that said something to the effect
of not enough parameters expected 1.
Here is the SQL from the query:
SELECT [Issue Frequency base].[Process Desc], Sum([Issue Frequency base].
SumOfFreq) AS Frequency
FROM [Issue Frequency base]
GROUP BY [Issue Frequency base].[Process Desc], [Issue Frequency base].Year
HAVING ((([Issue Frequency base].Year)=Year(Date())));
In the Issue Frequency base query their is field that requires input from a
form combo box before the report can run or for that matter anything else in
the DB.
What I either want to do is open the excel spreadsheet and have it
autopopulate the data from the 4 qureies or download the data from the
queries having it delete the old data and placing it in one sheet at
different places. Downloading the data would be best because the sheet
called 'Data' has all the information for multiple graphs. The same graphs
are used by multiple departments and that is why the initial form in access
that loads asks for the dept they are attached to.
Can someone help???
this from excel but I kept getting an error that said something to the effect
of not enough parameters expected 1.
Here is the SQL from the query:
SELECT [Issue Frequency base].[Process Desc], Sum([Issue Frequency base].
SumOfFreq) AS Frequency
FROM [Issue Frequency base]
GROUP BY [Issue Frequency base].[Process Desc], [Issue Frequency base].Year
HAVING ((([Issue Frequency base].Year)=Year(Date())));
In the Issue Frequency base query their is field that requires input from a
form combo box before the report can run or for that matter anything else in
the DB.
What I either want to do is open the excel spreadsheet and have it
autopopulate the data from the 4 qureies or download the data from the
queries having it delete the old data and placing it in one sheet at
different places. Downloading the data would be best because the sheet
called 'Data' has all the information for multiple graphs. The same graphs
are used by multiple departments and that is why the initial form in access
that loads asks for the dept they are attached to.
Can someone help???