dear
I am working with vb project but facing difficulty in getting Records = 0 if date 01/11/2014 when I check database found 2 records see foolowing code
Mdate =Formaat(rs3!sh edual,"dd/mm/yyyy")
rs.close
rs.open"select * from shedual where EffeDate=#" & Mdate & "#"
thank you
I am working with vb project but facing difficulty in getting Records = 0 if date 01/11/2014 when I check database found 2 records see foolowing code
Mdate =Formaat(rs3!sh edual,"dd/mm/yyyy")
rs.close
rs.open"select * from shedual where EffeDate=#" & Mdate & "#"
thank you
Comment