Oct 13, 2005 #1 ftpdoo Programmer Joined Aug 9, 2001 Messages 202 Location GB How do i write to and save a text file from access vba? Thanks.. ted
Oct 13, 2005 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Have a look at the Print # instruction in the VBA help. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Have a look at the Print # instruction in the VBA help. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Oct 13, 2005 #3 psemianonymous Programmer Joined Dec 2, 2002 Messages 1,877 Location US Also look at File->Export, as the built-in text export functionality is PROBABLY what you want to be using. Upvote 0 Downvote
Also look at File->Export, as the built-in text export functionality is PROBABLY what you want to be using.