axism
MIS
- May 17, 2005
- 58
Hi, I am trying to extract a view from sql server to text file using the follow, but doesnt seem to be working for me.
can someone give me some help? thanks
Code:
DoCmd.TransferText acExportFixed, , "queryExtractData", "c:\mytest\test.txt"