Exporting forms to a text file

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)
 
H

helpseeker

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
| >
| >
| >.
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top