
Writing a Date & Time function
How would I go about writing to an Access db....the date & time from a
clients machine, when doing a search through my helpdesk?
I can display the date and time using the following code...
<% = date %>
<% = time %>
But it displays on the actual page. How can I get the date and time to be
hidden from view, and then using SQL....write it to a db.
I am able to write the queries they're searching on, and I am able to write
the customer id, when they logged in.....I am able to do this by using
Request.QueryString....and by using this SQL statement...
SQL = "INSERT INTO {*filter*}log (CustID, Searched_On) VALUES ('" & custid & "',
'" & search & "')"
TIA!
David Stackis
Communications Administrator
Comtronic Systems
http://www.*-*-*.com/