The code I am trying is for user to run report online. But I don't know how to pass the date value from the form to an asp file where has SQL query statement.
All user needs to do is to select the date and the month from a pulldown list, click OK, the report then will be displaying on the screen.
The SQL statement may looks similar to this:
select lastname, firstname, pin, phone enterdate
from people where enterdate between '&startdate' and '&enddate'
How to use the date and month that user entered online and make the report? any suggestions are appreciated.
Thanks
All user needs to do is to select the date and the month from a pulldown list, click OK, the report then will be displaying on the screen.
The SQL statement may looks similar to this:
select lastname, firstname, pin, phone enterdate
from people where enterdate between '&startdate' and '&enddate'
How to use the date and month that user entered online and make the report? any suggestions are appreciated.
Thanks