C
Craig
I'm using Access 97. I'm trying to export a table to
a .txt file and getting an error message. It doesn't like
the "text(*.txt)" line in the following statement:
DoCmd.OutputTo , "MyTable", "text(*.txt)", , False
What I like about the 'OutputTo' method is that Excel will
prompt the user with a 'Save As' dialog box so the user
can decide what to name the file and where to save it. I
don't think the "TransferText" method allows this, or does
it??
Thanks.
a .txt file and getting an error message. It doesn't like
the "text(*.txt)" line in the following statement:
DoCmd.OutputTo , "MyTable", "text(*.txt)", , False
What I like about the 'OutputTo' method is that Excel will
prompt the user with a 'Save As' dialog box so the user
can decide what to name the file and where to save it. I
don't think the "TransferText" method allows this, or does
it??
Thanks.