Unbound OLE Form

mrssevans

Registered User.
Local time
Today, 15:01
Joined
Nov 15, 2001
Messages
190
I have an unbound OLE object and after filling it in I am needing to email it with the information in it. It is a Loan application that was made in MS Word and copied to Access. It tells me that there are too many columns or it will just send the data table. Is there a way that I can send basically a snapshot without having to make a table and report? Any help welcome. Thanks, Sam
 
I would suggest that you create a command button instead of letting users access to the email to menu. You command button would use SendCommand to email what your object.
Have a look to SendCommand in Access help.

Alex
 
I tried looking at the SendCommand but it still says that "There are too many columns to output, based on the limitations specified in the output format or by Microsoft Access." It is an extensive document, is there a different way that I should format it or certain format that is should send it as?
 

Users who are viewing this thread

Back
Top Bottom