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 =...