import dbase table

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