Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I link a Foxpro table with VBA code?

Status
Not open for further replies.

steve728

Programmer
Mar 16, 2003
536
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top