Hi,
I'm trying to insert the current time (using validation and the 'Now()' function) into a field on a data access page. I know as much as selecting a field and the event, so currently I have
Could someone help me out with the code I need to insert the current time into the field when it's clicked?
Thanks for any help
I'm trying to insert the current time (using validation and the 'Now()' function) into a field on a data access page. I know as much as selecting a field and the event, so currently I have
Code:
<SCRIPT language=vbscript event=onclick for=Time Out Logged>
<!--
-->
</SCRIPT>
Could someone help me out with the code I need to insert the current time into the field when it's clicked?
Thanks for any help