Hi guys, i really need some help
I have a small SQL code that retreives data from a db table that tells me how many calls have been logged that week::
SELECT * FROM Issue
WHERE (IssueReported BETWEEN '05/04/2003 00:00:00' AND '05/09/2003 23:59:59')
is there some vbcode that will loop through the results (10) and put them in an html table to be displayed on page? I know this can be done in php, but i need to use VB script in my code, and instead of creating a table I want the script to do it for me, can this be done
If anyone can help, you would really help me out [:I]