A
Appelq
I have an Access 2003 application that creates data and writes it to specific
cells in an existing Excel spreadsheet.
(I got the code to do that from other posts in this forum - work GREAT!)
Now, I want to have that spreadsheet emailed as an attachment to a list of
people.
Note: I know how to send a query in access to an email address with the
macro SendObject method and I've also done the same thing in VBA.
But in this case, access has merely added additional rows of data to an
existing spreadsheet, and saved the results.
I would like access to be able take the Excel file and email that to my users.
Any ideas on how to accomplish that?
My ultimate goal will be to set up the access application to kick off on a
timer at night and send the updated spreadsheet out to an email group without
human interraction.
thanks,
Chuck
cells in an existing Excel spreadsheet.
(I got the code to do that from other posts in this forum - work GREAT!)
Now, I want to have that spreadsheet emailed as an attachment to a list of
people.
Note: I know how to send a query in access to an email address with the
macro SendObject method and I've also done the same thing in VBA.
But in this case, access has merely added additional rows of data to an
existing spreadsheet, and saved the results.
I would like access to be able take the Excel file and email that to my users.
Any ideas on how to accomplish that?
My ultimate goal will be to set up the access application to kick off on a
timer at night and send the updated spreadsheet out to an email group without
human interraction.
thanks,
Chuck