Use a 'TransferText' Action with Action Arguments like these:
Transfer Type: Export Fixed Width
Specification Name: BACSOut
Table Name: qryBACSOut
File Name: ="\\servername\foldername\" & [Forms]![frmMenu]![user] & ".txt"
Has Field Names: No
HTML Table Name:
Code Page:
In this case the file...
Hi,
You don't need to get involved with the database splitter.
Just create an new empty mdb file.
Then, go to 'File, Get External Data, Link Tables'.
Under 'Files of type', select 'ODBC Databases'.
You will then be prompted for an existing ODBC connection or you can click 'New' to create a...
You can use the Documenter is MS Access.
Link your tables to an MS Access database, then run 'Tools, Analyze, Documenter'.
It has to be an mdb file. The documenter is not available in an Access project (.adp).
You could use a field (possibly hidden) from an open form.
I use a macro with 'Transfer Text' and the 'File Name' set to="k:\" & [Forms]![frmMenu]![List10] & ".txt"
Where field list10 contains the name of the file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.