email message too long

L

LD9

Is there any way to overrride the truncation on the text in the e-mail
messages which Access can generate (through a macro)?
 
W

Wolfgang Kais

Hello LD9.

LD9 said:
Is there any way to overrride the truncation on the text in the e-mail
messages which Access can generate (through a macro)?

Convert your macro to a vba module, or try the following:
Store the text in a textbox on a form and reference it in the
message argument: =Forms!TheForm!TheTextbox
 

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