i would like to have a button EMAILs from emails filered something like this:
Private Sub btn_EMAILs_Click()
Dim MyDB As Database
Dim MyRS As Recordset
Dim objOutlook As Outlook.Application
Dim objOutlookMsg As Outlook.MailItem
Dim TheAddress As String
Set MyDB = CurrentDb
Set MyRS =...
hello (i will try to write well, i don't speak well english)
i have a form that filter a subform. i would like to send emails address (filtered) to outlook.
how do i do the code?
Thanks.