Phil:
Look at using the TransferText method. Normally, you create an import
specification through the Import Text wizard accessed through the
instructions given in my last post (by clicking on the Advanced button).
You can use the Save As option to give the specification a name, which you
can then use in the TransferText method. For example:
DoCmd.TransferText acImportDelim, "MySpecificationName", "MyTableName",
"C:\MyCSVFileName.txt", False
--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com
This response is supplied "as is" without any representations or warranties.
Hi David:
Could you suggest a
way to do this
using VB code attached
to a form ?
Thanks,
Phil