The following code searches the field with the certain name in the field. Can I add to this macro how it searches that field and another field that has nothing it that other field?
Sub SearchByTopFollowUpNextStepTalk()
Dim myOlApp As New outlook.Application
txtSearch = "[TopFollowUpNextStepTalk]
Top)"
myOlApp.ActiveExplorer.Search txtSearch, olSearchScopeAllFolders
Set myOlApp = Nothing
End Sub
Sub SearchByTopFollowUpNextStepTalk()
Dim myOlApp As New outlook.Application
txtSearch = "[TopFollowUpNextStepTalk]

myOlApp.ActiveExplorer.Search txtSearch, olSearchScopeAllFolders
Set myOlApp = Nothing
End Sub