I have code that loops through a record set, which build an outlook
email's body. The problem is, I don't know how to "build" the .body
while in the loop without resetting the .body's value to the current
record.
For example, the .body should equal:
John
Jake
Debby
So, .body = .body & vbCrlf & (previously looped value).body
Any suggestions?
email's body. The problem is, I don't know how to "build" the .body
while in the loop without resetting the .body's value to the current
record.
For example, the .body should equal:
John
Jake
Debby
So, .body = .body & vbCrlf & (previously looped value).body
Any suggestions?
Comment