Exporting forms to a text file

  • Thread starter Thread starter Van T. Dinh
  • Start date Start date
V

Van T. Dinh

You can run the SaveAsText Method in the Debug window:

Application.SaveAsText acForm, _
"YourForm", "DestinationFile.txt"

HTH
Van T. Dinh
MVP (Access)
 
Thanks Van!

| You can run the SaveAsText Method in the Debug window:
|
| Application.SaveAsText acForm, _
| "YourForm", "DestinationFile.txt"
|
| HTH
| Van T. Dinh
| MVP (Access)
|
|
|
|
| >-----Original Message-----
| >I had read a posting by an MVP on steps to export a form
| to a text file.
| >Can someone post that info again?
| >Thanks
| >
| >
| >.
| >
 
Back
Top