I am working with a database that imports data from a text file, scrunches the data around, then should update several spreadsheets. These are basiclly template. One to be sent to a mailing list with just the data, the other creates several graphs.
The problem I am running into is, I have linked one of the sheets from the workbook. I then would like to delete the data in the sheet and replace it with an append query. When I try to run the delete query I get the following error.
“Deleting data in a linked table is not supported by this ISAM”
Any ideas. Will I run into the same issue with the append query?
Thanks for any help