Apologies if this is a duplicate thread, didn't come across the answer after searching.
As part of the database closing process, I'd like to add in code that automatically exports my main data table (tbl_aggregated ata) as an Excel file onto the users C: drive. My hope is that I could have the file name use the current date so that a series of saved data points could exist should the user do something to the data in the database. My goal would be to have the file save as something like 112006databkup. xls. Is this possible as an event to be run from a command button?
Thanks
As part of the database closing process, I'd like to add in code that automatically exports my main data table (tbl_aggregated ata) as an Excel file onto the users C: drive. My hope is that I could have the file name use the current date so that a series of saved data points could exist should the user do something to the data in the database. My goal would be to have the file save as something like 112006databkup. xls. Is this possible as an event to be run from a command button?
Thanks
Comment