I have an Active Server Page connected to an MS Access database. I use this page to submit information to the database. Among the form fields is a start time and stop time field. By setting the value of start time to
, I'm able to collect the start time automatically when the new form is opened. I would also like to collect the stop time by clicking the submit button.
How can this be accomplished?
Thanks.
Code:
<%=Time()%>
How can this be accomplished?
Thanks.