I IanT Registered User. Local time Today, 00:32 Joined Nov 30, 2001 Messages 191 Aug 14, 2007 #1 Hi I want to export data from a query to a text file using code, I am assuming it would be the docmd but not sure after that. Can anyone help! Thanks.......
Hi I want to export data from a query to a text file using code, I am assuming it would be the docmd but not sure after that. Can anyone help! Thanks.......
boblarson Smeghead Local time Yesterday, 16:32 Joined Jan 12, 2001 Messages 32,040 Aug 14, 2007 #2 Look into DoCmd.TransferText and do a search here on the forum for Import/Export specifications (export specs are basically set up the same way as Import specs so you can look for either to get the info).
Look into DoCmd.TransferText and do a search here on the forum for Import/Export specifications (export specs are basically set up the same way as Import specs so you can look for either to get the info).