Issue: We are trying to remove duplicate information for one fiscal year in an ODBC then import and append the correct information from an Excel spreadsheet.
The process we have followed is
- Copy Master Access file and paste new file (to test, so we do not loose original data)
- Rename new file TEST.accdb
- Create a delete query for Fiscal Year data
- Delete information for duplicated Fiscal year
- Import correct Fiscal Year information to a new table from Excel
- Append table to master table (ODBC)
Questions:
- After being granted permission to delete information, it worked once and now no longer works. When the permissions are reviewed it appears that everything is still granted but the following message is received:
- Why does Access change all copies of SDA, even if filenames are different and in different folders?
- When we append table, why does it duplicate information?