I have send mail button assigned to datasheet in subform. Works fine if I want to send mail to one person, but I want it to work if I have multiple selection as well.
code I have now is
code I have now is
Code:
FollowHyperlink "mailto:" & Form!list_1_subform3![e-mail]
Comment