Mr Retirement
New Member
- Joined
- Nov 12, 2016
- Messages
- 46
Hello all!
I'm trying to display notes entered on a Subform within the body of an outlook e-mail through VBA. I'm able to get the first one displayed with the code below but not sure how to get all of them displayed as it is a continuous form and the number of entries could be different.
Not sure how to accomplish this so any ideas would be helpful!!
Thanks,
Mr R
I'm trying to display notes entered on a Subform within the body of an outlook e-mail through VBA. I'm able to get the first one displayed with the code below but not sure how to get all of them displayed as it is a continuous form and the number of entries could be different.
VBA Code:
.HTMLBody = Me!FrmNotesSubform.Form.NoteTextbox.Value
Not sure how to accomplish this so any ideas would be helpful!!
Thanks,
Mr R