I am building a database viewer for customer, Customers will have their own cut down version of the database with their a copy of the data emailed to them
I want to email the data daily as a multi tab xls spreadsheet, to do this I wish to
1. use FileCopy to get blank version of spreadsheet
2. Use append queries to add data to each of the tabs in spreadsheet
With the append queries I get the error message “operation must use an updatable query”
Access will not allow you to append data to an xls spreadsheet Linked table.
Is their anyway round this
Thanks
Jimmy
I want to email the data daily as a multi tab xls spreadsheet, to do this I wish to
1. use FileCopy to get blank version of spreadsheet
2. Use append queries to add data to each of the tabs in spreadsheet
With the append queries I get the error message “operation must use an updatable query”
Access will not allow you to append data to an xls spreadsheet Linked table.
Is their anyway round this
Thanks
Jimmy