M
Martin
In 97, we used to export a table to a fixed width text file (using a saved
spec). The file was always the same name with the extension ".ser" rather
than one of the conventional text file name extensions. This worked fine.
Now we are running the database in 2003 (still in 97 format), we keep getting
the error message that the database is read-only. Fair enough, I know we
can't change the design of the database when working in 97 format but in what
way is this export changing the design? The export works fine if it's to a
file with ".txt" at the end -it seems to be the ".ser" that's causing the
problem.
This is actually a coded process in VBA, part of a much larger routine
(which is why I don't just change the ".ser" to ".txt").
Any help appreciated!
spec). The file was always the same name with the extension ".ser" rather
than one of the conventional text file name extensions. This worked fine.
Now we are running the database in 2003 (still in 97 format), we keep getting
the error message that the database is read-only. Fair enough, I know we
can't change the design of the database when working in 97 format but in what
way is this export changing the design? The export works fine if it's to a
file with ".txt" at the end -it seems to be the ".ser" that's causing the
problem.
This is actually a coded process in VBA, part of a much larger routine
(which is why I don't just change the ".ser" to ".txt").
Any help appreciated!