In MSAccess I\'ve a mask with a button. When the user clicks on the button, the data in a table are exported on a .txt file:
Private Sub Command_Click() Dim
For an API solution see here : http://access.mvps.org/access/api/api0001.htm
Works well for me. Simply copy and paste in a new module.