S
SRussell
This is an access97 environment if it matters. I am looking for all rows
that are older then 30 in the [Date Checked In] column.
This is from my where clause:
and datediff( "d" , [Date Checked In] , dateadd( "y", -30, date() )) > 30
or tried
and datediff( "d" , [Date Checked In] , date() ) > 30
neither worked? Where am I going wrong?
TIA
__Stephen
that are older then 30 in the [Date Checked In] column.
This is from my where clause:
and datediff( "d" , [Date Checked In] , dateadd( "y", -30, date() )) > 30
or tried
and datediff( "d" , [Date Checked In] , date() ) > 30
neither worked? Where am I going wrong?
TIA
__Stephen