Hi Rick,
Thank you for your quick responses.
My restriction is that I cannot use macros. I CAN do this task using VBA code, so I can use the TransferText in VBA code. Not sure quite how do to that, but I will try to investigate a little further.
I already did perform the operation by the example you provided below, but that is not allowed:
File - Get External Data - Import ....then... File - Save/Export As
Any other advise you can provide would be greatly appreciated!
Thank you!
- Thomas
"Rick Brandt" wrote:
[Quoted Text] > On Mon, 22 Dec 2008 08:43:03 -0800, Probie Coder wrote: > > > Rick, > > > > I can use VBA code; I cannot use macros i.e. "TransferText". I am new > > to VBA coding and not sure how to do this. > > But you see, there is a TransferText "action" that is used in macros and > also a TransferText "method" that is used in VBA code. So, is the > restriction that you can't use macros or that you can't use TransferText? > > Basically you need to import the pipe-delimited data and export it as tab- > delimited data. There are probably a half-dozen ways to accomplish that, > but none I know of that wouldn't require macros or code. > > Are you allowed to simply point and click in the user interface? If so... > > File > - Get External Data > - Import > > ....then... > > File > - Save/Export As > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com >
|