Hey,
Can someone tell me the correct syntax for this line of code:
I think im getting the concatenation wrong: or i need to use variables?
Thanks a lot
Can someone tell me the correct syntax for this line of code:
Code:
Me![txtBody].Value = "Dear " & strName "This Email is to notify you that you have received grade point " & lstSelectContacts.Column(2, 0) "in " Me!cmbModules.Value
Thanks a lot