VBA Access
I am using VBA to send an automated email, using data from an Access table, the email works fine I just have a slight query with formatting.
is there a way to tell the send object to go to a particular position in a line.
I know how to use tab, and new line, but would like to set a specific position so that, unusually long field values do not skew the formatting. Thanks for any help in advance
I am using VBA to send an automated email, using data from an Access table, the email works fine I just have a slight query with formatting.
is there a way to tell the send object to go to a particular position in a line.
Code:
eg
message= rs.Fields("forname") & position("25") & rs.Fields("surname") & newline