F
Frank Situmorang
Hello,
Previously below string is connected by AND, how if I changed them to OR,
because what I want is any date field which have the same range date taken
from form filter will be shown in the report. Will it work?
'Build filter string
strFilter = "[Dateof Birth] " & strDOB & _
" OR [DateofBaptized] " & strDtBaptized & _
" OR Dateof Marriage] " & DateofMarriage & _
" OR [DateofDeath] " & strDateofDeath
Thanks for any idea
Previously below string is connected by AND, how if I changed them to OR,
because what I want is any date field which have the same range date taken
from form filter will be shown in the report. Will it work?
'Build filter string
strFilter = "[Dateof Birth] " & strDOB & _
" OR [DateofBaptized] " & strDtBaptized & _
" OR Dateof Marriage] " & DateofMarriage & _
" OR [DateofDeath] " & strDateofDeath
Thanks for any idea