We converted an Access 97 database to Access 2000 and now when a certain macro runs, i get -cannot update- database or object is read only. The macro imports data (fixed width) from a text file (.dat) into a table which has no restrictions on it what so ever. When looking at the VB code in Modules, the script looks like-
DoCmd.TransferText acImportFixed, "Specification-name", "tbl_data", "d:\data.dat", False, ""
it errors out when i debug at this point. I have tried to run the Jetcomp ver 4 utility on it already, and i have tried to create a new macro with the same format. I have even imported the table data into a new table with no luck. Any suggestions (including guesses) would be helpful. >:O>
DoCmd.TransferText acImportFixed, "Specification-name", "tbl_data", "d:\data.dat", False, ""
it errors out when i debug at this point. I have tried to run the Jetcomp ver 4 utility on it already, and i have tried to create a new macro with the same format. I have even imported the table data into a new table with no luck. Any suggestions (including guesses) would be helpful. >:O>