Hi all
what I need to do is have a form that inputs a series of answers to questions and then save the data to a table and then summarize the data into an excel spreadsheet.
i have got the form, inputs, Vba for the update of the table and the command to open a new or existing excel spreadsheet, but what i am missing is how i get the data from my table into the spreadsheet when the vba Updates the table automatically.
the write to the access table is done on a "submit" button, I want to add the automation of i) opening excel and ii) downloading the data into excel
from within the button event
i am running Access 2003 and Excel 2003 on Win xp (if that helps anyone).
what I need to do is have a form that inputs a series of answers to questions and then save the data to a table and then summarize the data into an excel spreadsheet.
i have got the form, inputs, Vba for the update of the table and the command to open a new or existing excel spreadsheet, but what i am missing is how i get the data from my table into the spreadsheet when the vba Updates the table automatically.
the write to the access table is done on a "submit" button, I want to add the automation of i) opening excel and ii) downloading the data into excel
from within the button event
i am running Access 2003 and Excel 2003 on Win xp (if that helps anyone).