I am hoping someone can please assist if possible.
I have created a form in Access 2003 that sends an email to Outlook, and all works great no problems.
My problem with the form is, I have a dropdown with the possible responses we can send to our receipients. So upon selecting my type of response, an after update event lists the infomation in my message body.
Code:
Private Sub MessageBodyInfo_AfterUpdate()
Me.mess_text = Me.MessageBodyInfo.Column(2)
End Sub
The body is an unbound label and as far as i know there should not be a limitation to the amount of text i put in it. or is there. Is there something i might be overlooking, (having been staring at the screen for ages) any adivse of help would be appreciated.
Thanks in advance
Regards
SN