Everytime I run this code,
DoCmd.TransferText acImportDelim, , "Activity_File",
strFileName, False
I receive the followin error:
Run-Time Error '3066':
Query must have at least one destination field.
The problem that I cannt figure out is that Activity_File is a table not a query.
Thanks,
Shane
DoCmd.TransferText acImportDelim, , "Activity_File",
strFileName, False
I receive the followin error:
Run-Time Error '3066':
Query must have at least one destination field.
The problem that I cannt figure out is that Activity_File is a table not a query.
Thanks,
Shane