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
 

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