.dbf files

S

Scott

In access I cannot link a .dbf as a table. I can, however,
open a .dbf in Excel. I was told to do the following:
Try re-registering the dll files like this:
Start Run
regsvr32 msexcl35.dll
regsvr32 msxbse35.dll
regsvr32 mspdox35.dll
regsvr32 mstext35.dll

running regsvr32 mspdox35.dll gave me the following error:
Load Library ("mspdox35.dll") failed
Get Last Error returns 0x00000485

The other three commands succeeded.
Thank you.
 
J

John Nurick

The mspdox35.dll is only used (as far as I know) if you are using
Paradox .db files. It shouldn't affect importing or linking .dbf files.

In access I cannot link a .dbf as a table. I can, however,
open a .dbf in Excel. I was told to do the following:
Try re-registering the dll files like this:
Start Run
regsvr32 msexcl35.dll
regsvr32 msxbse35.dll
regsvr32 mspdox35.dll
regsvr32 mstext35.dll

running regsvr32 mspdox35.dll gave me the following error:
Load Library ("mspdox35.dll") failed
Get Last Error returns 0x00000485

The other three commands succeeded.
Thank you.

John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 

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