Import ODBC Database using VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I want to import a DBF file (which is created by Foxpro 2.6 for Dos that
have a MEMO field), via FoxPro ODBC, using VBA. For example: Import
C:\dbf1.DBF to Table1 in DB1.mdb by clicking Button1 on Form1. I hope this is
clear (since English isn't my First language).
Thanks in advance.
 
Lookup and read about the "Transferdatabase Method" and "Transferdatabase
Action".

You should not have any problems, place the resulting code in the "OnClick
Event" of your Button1.
 
Back
Top