hi,
i need to import external dbf tables into an access database in CODE. i can
do it easily by hand by going to File/Get External Data/Import.
but i need to automate it. how can i do it in vba or as an access
application within visual basic.
my access database is Names.mdb. the external table is Names.dbf, both are
in d:\Names.
i'm not familiar with the access object model, and would appreciate a bit of
code.
thanks for any help
ray
Alex Dybenko - 21 Apr 2007 04:28 GMT
Hi,
check here:
http://alexdyb.blogspot.com/2006/08/correct-syntax-to-import-dbf-file.html

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> hi,
>
[quoted text clipped - 13 lines]
>
> ray