Am geeting compile error: Expected: = on the following code:
DoCmd.TransferT ext([TransferType As AcTextTransferT ype = acExportDelim],["exportraw"],[strTable],[FileName],[True],[ ],[ ])
Any ideas?
DoCmd.TransferT ext([TransferType As AcTextTransferT ype = acExportDelim],["exportraw"],[strTable],[FileName],[True],[ ],[ ])
Any ideas?
Comment