DoCmd.TransferDatabase acExport, "Foxpro 2.6", _
"C:\test.dbf", acTable, "Table1"
I also try to built a macro and run but was unsuccessful.
Thank you in advance
Mukesh
HTH,
Gary Brown
Mukesh Patel <mukesh...@gage.com> wrote in article
<ellTFHqi$GA.1152@cppssbbsa06>...
Good Luck,
Gary Brown
Mukesh Patel <mukesh...@gage.com> wrote in article
<OolzjEti$GA.1172@cppssbbsa06>...
In words: Export the Access table "Table1" to the Directory "c:\" a file named "Test.dbf" in dBase III format.
DoCmd.TransferDatabase acExport, "dBase III", "c:\", acTable, "Table1", "Test.dbf", False
Steve
Mukesh Patel <mukesh...@gage.com> wrote in message news:OolzjEti$GA.1172@cppssbbsa06...
Mukesh Patel wrote in message ...
In words: Export the Access table "Table1" to the Directory "c:\" a file
named "Test.dbf" in dBase III format.
DoCmd.TransferDatabase acExport, "dBase III", "c:\", acTable, "Table1",
"Test.dbf", False
Steve
Mukesh Patel <mukesh...@gage.com> wrote in message
news:OolzjEti$GA.1172@cppssbbsa06...
> Thanks
> But I want to create this file on run
> Thanks again for your help
> Mukesh
> Gary Brown <GBrow...@Yahoo.com> wrote in message
> news:01bf8ac4$3981e360$c096...@rda56718.rdigest.com...
> > C:\Test.dbf must exist in order for this to work.
> >
> > HTH,
> > Gary Brown
> >
> > Mukesh Patel <mukesh...@gage.com> wrote in article
> > <ellTFHqi$GA.1152@cppssbbsa06>...