Hey guys,
I'm using DAO to add a record to my linked table. When I get to the ".AddNew" part, I get the Error 3027/read-only error. Now, the linked table is not read only since it is an excel spreadsheet, but when I view it via Access as a linked table, it is read only(no editable records/unable to add a record). However...when I open this same DB on my other pc running Win2K, the linked table/spreadsheet is not read only, and the code executes just fine. This wouldn't be a problem if I were the user operating the database everyday, but I'm not and they are using Windows XP (which gets the 3027 error). Any ideas as to why this will work in Win2K and not XP?
Edit- According to http://kbalertz.com/904953/cannot-delete-tables-linked-Excel-workbook-Office-Access-Access.aspx , you can not change or edit and data in a linked spreadsheet using versions of Access greater than Acc2K. Since everyone that has an XP machine here has at least Access 2002 or 2003, this is why they can not run this database and I can (my Win2k machine has Access 2K obviously).
I'm using DAO to add a record to my linked table. When I get to the ".AddNew" part, I get the Error 3027/read-only error. Now, the linked table is not read only since it is an excel spreadsheet, but when I view it via Access as a linked table, it is read only(no editable records/unable to add a record). However...when I open this same DB on my other pc running Win2K, the linked table/spreadsheet is not read only, and the code executes just fine. This wouldn't be a problem if I were the user operating the database everyday, but I'm not and they are using Windows XP (which gets the 3027 error). Any ideas as to why this will work in Win2K and not XP?
Edit- According to http://kbalertz.com/904953/cannot-delete-tables-linked-Excel-workbook-Office-Access-Access.aspx , you can not change or edit and data in a linked spreadsheet using versions of Access greater than Acc2K. Since everyone that has an XP machine here has at least Access 2002 or 2003, this is why they can not run this database and I can (my Win2k machine has Access 2K obviously).
Last edited: