G Guest Jul 27, 2005 #1 Is there any way to overrride the truncation on the text in the e-mail messages which Access can generate (through a macro)?
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 Jul 28, 2005 #2 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)? Click to expand... 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
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)? Click to expand... 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