How can I link a Foxpro table w/memo withVBA.

S

SAG

DoCmd.TransferDatabase acLink, "dBase III",
"C:\cwua\", acTable, "prchecks.dbf", "PRCHECKSNEW"

The above works for Foxpro tables with no memo fields.
Please show me the syntax for linking a Foxpro table with
memo fields (ODBC database?). Someone already showed me
how to do it with the interface but I need to know how to
do it with this type of VBA code, please.

Thanks,

Steve
Access 2000/2002
ADO Programmer
 
Top