B
Bob Barnes
Not sure this is the appropriate Newsgroup, but...
using code like this -
DoCmd.TransferDatabase acExport, "dBASE III", _
"C:\LexEHS", acQuery, "QActionSummary", "eFive.dbf"
Does create a DBF file.
However, sometimes, running Windows 2000 & Access 97, this
results in a "Database File" & a "DBT File". Other times,
just a "Database File". When copying these files for
further use within Access, they work properly.
The Question...why is a "DBT File" created sometimes. & not
other times?
TIA - Bob
using code like this -
DoCmd.TransferDatabase acExport, "dBASE III", _
"C:\LexEHS", acQuery, "QActionSummary", "eFive.dbf"
Does create a DBF file.
However, sometimes, running Windows 2000 & Access 97, this
results in a "Database File" & a "DBT File". Other times,
just a "Database File". When copying these files for
further use within Access, they work properly.
The Question...why is a "DBT File" created sometimes. & not
other times?
TIA - Bob