How do I use Total Access Memo to export from reports to other formats (such as Microsoft Word)?
Microsoft Access does not recognize ActiveX controls in the same way it recognizes other controls. Because of this, exporting the contents of an ActiveX control like the Total Access Memo control to other formats using Microsoft Access must be done programmatically. Here’s some sample code to show how to use the Windows Clipboard to do this.