Sunny
2009-04-07 20:55:28 UTC
Windows XP SP2
Access 2007
I am trying to export query results to dbase 5.0 format. It exports fine but
somehoe it truncates the file name to 8 charaters. It used to work fine but
since I changed the computer I am having this probleb. Can anyone please
help me?
Here is my syntax:
DoCmd.Transferdatabase acExport, "dBase 5.0", CurrentProject.Path, acTable,
"myTable", "LongDBFFileName.dbf"
It creates the export and save as LongDBFF.DBF
Access 2007
I am trying to export query results to dbase 5.0 format. It exports fine but
somehoe it truncates the file name to 8 charaters. It used to work fine but
since I changed the computer I am having this probleb. Can anyone please
help me?
Here is my syntax:
DoCmd.Transferdatabase acExport, "dBase 5.0", CurrentProject.Path, acTable,
"myTable", "LongDBFFileName.dbf"
It creates the export and save as LongDBFF.DBF