Exporting data from Access97 to .txt file

R

RRRolle

When I export data in Access97, what if (.txt) file is no option? There are
several other options such as Excel, RTF and various other db formats but NOT
..txt which is the one that i want. OS=win2k pro
In fact, it's impossible to start the installation of the Data Access Pack
from Off97 Valu Pack.
 
J

John Nurick

Try re-registering the DLL files below. Since you're using Access 97,
substitute "35" for "40" in the names:

If the import/export wizards don't work at all, or if you get "No object
in this control" or other problems with Access wizards, re-register
ACCWIZ.DLL.

If it's one or more file formats that aren't listed, re-register the
following files
msexcl40.dll (Excel)
msxbse40.dll (dBase)
mspdox40.dll (Paradox)
mstext40.dll (Text, CSV, tab-delimited))
In Access 97, the filenames contain 35 instead of 40.

To re-register a DLL file,

1) Locate it (usually all these are in the Windows\System32 or
WINNT\System32 folder.

2) Locate the file regsvr32.exe.

3) Drag the DLL file's icon onto the regsvr32.exe icon.
 
R

RRRolle

Thanks, it worked nice and smoothly

John Nurick said:
Try re-registering the DLL files below. Since you're using Access 97,
substitute "35" for "40" in the names:

If the import/export wizards don't work at all, or if you get "No object
in this control" or other problems with Access wizards, re-register
ACCWIZ.DLL.

If it's one or more file formats that aren't listed, re-register the
following files
msexcl40.dll (Excel)
msxbse40.dll (dBase)
mspdox40.dll (Paradox)
mstext40.dll (Text, CSV, tab-delimited))
In Access 97, the filenames contain 35 instead of 40.

To re-register a DLL file,

1) Locate it (usually all these are in the Windows\System32 or
WINNT\System32 folder.

2) Locate the file regsvr32.exe.

3) Drag the DLL file's icon onto the regsvr32.exe icon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top