G
Guest
How can I use the "< or <=" operator(s) in this situation
<(In(select [dateField] from [tbl_dates]))
I want to circle tha values in a table (which I can do) but use the boolean
operator as a filter condition.
The normal method would be:
<#01/11/2006#
then another iteration of
<#01/10/2006#
Can anyone help??
<(In(select [dateField] from [tbl_dates]))
I want to circle tha values in a table (which I can do) but use the boolean
operator as a filter condition.
The normal method would be:
<#01/11/2006#
then another iteration of
<#01/10/2006#
Can anyone help??