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
"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