treating paramater as literal

Posted by I__ on Stack Overflow See other posts from Stack Overflow or by I__
Published on 2010-06-08T18:11:36Z Indexed on 2010/06/08 19:02 UTC
Read the original article Hit count: 107

Filed under:
|
|
DoCmd.TransferText acImportDelim, Import-Accounts, "tableImport", _
    "C:\Documents and Settings\accounts.txt", True

The second parameter: Import-Accounts is the actual name of the saved import specifications. supposedly it does NOT need to be in quotes; however in this case since there is a - there it is treating it as if i were doing an operation.

is there a way i can force it to treat it literally instead of as an operation?

© Stack Overflow or respective owner

Related posts about sql

Related posts about ms-access