import dbase table

R

Richard

Hi

How do I import a .dbf FoxPro table via code?

i tried using this code but couldn't work with error msg, "External table is
not in the expected format"

docmd.TransferDatabase acImport,"dbase IV","\\server\common\postal
beat",acTable,"type.dbf"

Thanks in advance
Richard
 
W

wei zhong hua

Richard said:
Hi

How do I import a .dbf FoxPro table via code?

i tried using this code but couldn't work with error msg, "External table is
not in the expected format"

docmd.TransferDatabase acImport,"dbase IV","\\server\common\postal
beat",acTable,"type.dbf"

Thanks in advance
Richard
 

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