> That worked beautifully! Thanks a lot.
>
> Now, I'd like to add a query that removes certain data - can I do it all
> in
> one shot? Also, do I need open Access and run this macro or can I store it
> elsewhere and run it from there? sorry if the questions seem simplistic,
> but
> I am mostly a power Excel user.
>
> Thanks again
>
> Ken Snell (MVP) wrote:
>>You'll need to create an Import Specification in which you specify the
>>delimiter, and then use the name of that Import Specification as the
>>second
>>argument of the TransferText method.
>>
>>You create an Import Specification by manually beginning the import
>>process.
>>When you're in the wizard window, select the ; character as the delimiter,
>>and set any other settings you want (field names, data types, etc.). Then,
>>before you click the Finish button, click the Advanced button at bottom
>>left. In the new window, you'll see all the settings you've specified.
>>Click
>>Save As button and save them as an import specification (name it whatever
>>you want, e.g., "MyImportSpec"). Click OK button to return to the main
>>window of the wizard. Then click Cancel button to cancel the rest of the
>>import.
>>
>>Now go to your TransferText macro/code and add the name of the import
>>specification to the appopriate argument position.
>>
>>> Fairly new to Access Macros; trying to do the following:
>>>
>>[quoted text clipped - 20 lines]
>>>
>>> Any help would be greatly appreciated!!!
>
> --
> Message posted via
http://www.accessmonster.com>