R
Rod
I need to create a text file based upon a query and am using the following
command:
Dim stDocName As String
DoCmd.TransferText acExportDelim, , StDocName, "c:/directory/filename", -1
However, I would like to be able to define [FileName]
("c:/directory/filename") based upon an object on a form. Is this possible?
What is the correct syntax?
Thanks... Rod
command:
Dim stDocName As String
DoCmd.TransferText acExportDelim, , StDocName, "c:/directory/filename", -1
However, I would like to be able to define [FileName]
("c:/directory/filename") based upon an object on a form. Is this possible?
What is the correct syntax?
Thanks... Rod