Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table to Text File to Email to Text file to Table

Status
Not open for further replies.

grande

Programmer
Feb 14, 2005
657
CA
Is there a way that, when a user clicks a button, a table is converted to a text file and emailed?

Likewise, is there a way that, when a user clicks a button, a text file is converted into/appended to a table?
 
By the way, I've been playing around with DoCmd.TransferText, and it says that I need a "Specification Name". Does anyone know what this is?
 
Take a look at the DoCmd.OutputTo and at the DoCmd.TransferText methods.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
PHV, do you know how to get Access to email through Lotus?
 
Have a look in the FAQs or try thread707-691439

HTH
Peter

[η][β][π]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top