email message too long

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to overrride the truncation on the text in the e-mail
messages which Access can generate (through a macro)?
 
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
 
Back
Top