I have the following variable that is equal to some text which I also want to include some database info. How would I correctly write this.
BodyString = "The following user " & rs2.Fields.Item("firstname"
.Value rs2.Fields.Item("lastname"
.Value & " has submited his information for the health drawnings"
BodyString = "The following user " & rs2.Fields.Item("firstname"