urko
02-09-2007, 06:00 PM
Hi all,
I have a small problem, that i just can solve.
on my page, user can search from a small calendar how many records were entered in one particualr day.
Now lets say u want to see how many new datas were entered yesterday.
so when i click on calnedar Feb. 8...i get all results :(
Part of my rs on detail page, where only datas from a particular day should be shown:
Dim MD
MD = Request.QueryString(("EntDate")
SELECT * FROM BLOG_TEME WHERE 'EntDate = "& MD &" '"
Thanks,
I have a small problem, that i just can solve.
on my page, user can search from a small calendar how many records were entered in one particualr day.
Now lets say u want to see how many new datas were entered yesterday.
so when i click on calnedar Feb. 8...i get all results :(
Part of my rs on detail page, where only datas from a particular day should be shown:
Dim MD
MD = Request.QueryString(("EntDate")
SELECT * FROM BLOG_TEME WHERE 'EntDate = "& MD &" '"
Thanks,