M
Maarkr
Trying to do a form filter query to get the query to view records between the
date entered and 15 days later...
strWhere = "shDate= '" & Me.Combo1 & "'"
gives me a simple date filter, but I've struck out trying the parens and the
'between x AND y ' expression
?? plain language = between combo1date and combo1date + 15
thx
date entered and 15 days later...
strWhere = "shDate= '" & Me.Combo1 & "'"
gives me a simple date filter, but I've struck out trying the parens and the
'between x AND y ' expression
?? plain language = between combo1date and combo1date + 15
thx