J
Jim
I have a form that exports a table with the following command:
docmd.transfertext asExportFixed, "tbl_el Export Specification",
"tbl_el", "C:\tbl_el.txt"
That works great on my test system. When I copy the database and send
it to my client, they get - 3011 can't the object find "tbl_el#txt".
(Yes #).
I've verified that tbl_el Export Specification exists. I create the
table in code. The only time I use the TXT extension is in the docmd.
Any ideas?
Jim
docmd.transfertext asExportFixed, "tbl_el Export Specification",
"tbl_el", "C:\tbl_el.txt"
That works great on my test system. When I copy the database and send
it to my client, they get - 3011 can't the object find "tbl_el#txt".
(Yes #).
I've verified that tbl_el Export Specification exists. I create the
table in code. The only time I use the TXT extension is in the docmd.
Any ideas?
Jim