how to retrive the datas in date wise format?can u pls help me with the code.
Vb
Collapse
X
-
which is thy backend try thisOriginally posted by jeevhow to retrive the datas in date wise format?can u pls help me with the code.
select * from <table name> order by <date column> -
this won't work dearOriginally posted by cmrhemaMyRs3.Open "select * from employee dateofbirth =' " & cdate(text1.tex t)& " ' ", MyCon, adOpenKeyset, adLockOptimisti c
Here text1.text contains dateComment
Comment