Export To A Text File in adp Program

B

Burt

Hi,

I created an mdb program that exported data to a text file
using DoCmd.TransferText.

I am now converting the mdb program to run as an adp
program. I noticed the DoCmd.TransferText command doesn't
work in adp. Specifically, adp doesn't seem to use an
output format to transfer the data.

If anyone knows how I can accomplish transfering data to a
text file in adp, please advise.

Thank you in advance,

Burt
 
Top