Hi I want to select all records under mm/yyyy from access table
this may code show 0 records where 1200 records
the filed = shorte date
thank you
this may code show 0 records where 1200 records
the filed = shorte date
Code:
mmonth =format( rs!EffDate,"mm/yyyy")="10/2014" rs.close rs.open"select * from Shedual where EffDate=#" & mmonth & "#" Talroc=rs.recordCount=0
Comment