.dbf files

  • Thread starter Thread starter Scott
  • Start date Start date
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.
 
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.
 
Back
Top